NeuphonicTTSService: change the default url value to the global endpoint
This commit is contained in:
@@ -56,6 +56,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Changed the default `url` for `NeuphonicTTSService` to
|
||||||
|
`wss://api.neuphonic.com` as it provides better global performance. You can
|
||||||
|
set the URL to other URLs, such as the previous default:
|
||||||
|
`wss://eu-west-1.api.neuphonic.com`.
|
||||||
|
|
||||||
- Update `daily-python` to 0.19.5.
|
- Update `daily-python` to 0.19.5.
|
||||||
|
|
||||||
- `STTMuteFilter` now pushes the `STTMuteFrame` upstream and downstream, to
|
- `STTMuteFilter` now pushes the `STTMuteFrame` upstream and downstream, to
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ class NeuphonicTTSService(InterruptibleTTSService):
|
|||||||
*,
|
*,
|
||||||
api_key: str,
|
api_key: str,
|
||||||
voice_id: Optional[str] = None,
|
voice_id: Optional[str] = None,
|
||||||
url: str = "wss://eu-west-1.api.neuphonic.com",
|
url: str = "wss://api.neuphonic.com",
|
||||||
sample_rate: Optional[int] = 22050,
|
sample_rate: Optional[int] = 22050,
|
||||||
encoding: str = "pcm_linear",
|
encoding: str = "pcm_linear",
|
||||||
params: Optional[InputParams] = None,
|
params: Optional[InputParams] = None,
|
||||||
|
|||||||
Reference in New Issue
Block a user