mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
0.2.0 rc3
This commit is contained in:
parent
e7df817292
commit
04bf576825
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
COQUI_TOS_AGREED=1
|
||||
export COQUI_TOS_AGREED=1
|
||||
model="tts_models/multilingual/multi-dataset/xtts_v2"
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
|
||||
$(cd voices/ && ./download_samples.sh)
|
||||
@ -26,16 +26,19 @@ tts-1-hd:
|
||||
speaker: voices/alloy.wav
|
||||
echo:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/alloy.wav # voices/echo.wav # TODO
|
||||
speaker: voices/echo.wav
|
||||
fable:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/alloy.wav # voices/fable.wav # TODO
|
||||
speaker: voices/fable.wav
|
||||
onyx:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/alloy.wav # voices/onyx.wav # TODO
|
||||
speaker: voices/voices/onyx.wav
|
||||
nova:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/alloy.wav # voices/nova.wav # TODO
|
||||
speaker: voices/voices/nova.wav
|
||||
shimmer:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/alloy.wav # voices/shimmer.wav # TODO
|
||||
speaker: voices/voices/shimmer.wav
|
||||
me:
|
||||
model: tts_models/multilingual/multi-dataset/xtts_v2
|
||||
speaker: voices/voices/me.wav # this could be you
|
||||
|
||||
BIN
voices/alloy.wav
BIN
voices/alloy.wav
Binary file not shown.
7
voices/download_samples.sh
Executable file
7
voices/download_samples.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
wget -q https://cdn.openai.com/API/docs/audio/alloy.wav
|
||||
wget -q https://cdn.openai.com/API/docs/audio/echo.wav
|
||||
wget -q https://cdn.openai.com/API/docs/audio/fable.wav
|
||||
wget -q https://cdn.openai.com/API/docs/audio/onyx.wav
|
||||
wget -q https://cdn.openai.com/API/docs/audio/nova.wav
|
||||
wget -q https://cdn.openai.com/API/docs/audio/shimmer.wav
|
||||
Loading…
Reference in New Issue
Block a user