Initial implementation of Neuphonic service. A TTS provider.

This commit is contained in:
Adnan Siddiquei
2025-03-12 17:15:31 +00:00
parent 5bd359ada9
commit 23a4933af9
3 changed files with 368 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ aws = [ "boto3~=1.35.99" ]
azure = [ "azure-cognitiveservices-speech~=1.42.0"]
canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.3.1", "websockets~=13.1" ]
neuphonic = [ "pyneuphonic~=1.5.10", "websockets>=12.0,<14.0" ]
cerebras = []
deepseek = []
daily = [ "daily-python~=0.15.0" ]