NeuphonicTTSService: change the default url value to the global endpoint

This commit is contained in:
Mark Backman
2025-07-31 10:24:54 -04:00
parent 7cd78dd286
commit eaad3c5d55
2 changed files with 6 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ class NeuphonicTTSService(InterruptibleTTSService):
*,
api_key: str,
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,
encoding: str = "pcm_linear",
params: Optional[InputParams] = None,