Merge pull request #1366 from adnansiddiquei/neuphonic-tts-plugin

Add integration for Neuphonic TTS
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-14 10:27:24 -07:00
committed by GitHub
5 changed files with 547 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.13", "websockets~=13.1" ]
cerebras = []
deepseek = []
daily = [ "daily-python~=0.15.0" ]