0.10.0
This commit is contained in:
parent
a2a3d2b3eb
commit
6864cf03b1
16 changed files with 260 additions and 70 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
for i in alloy echo fable onyx nova shimmer; do
|
||||
curl -s https://cdn.openai.com/API/docs/audio/$i.wav | ffmpeg -loglevel error -i - -ar 22050 -ac 1 voices/$i.wav
|
||||
[ ! -e "voices/$i.wav" ] && curl -s https://cdn.openai.com/API/docs/audio/$i.wav | ffmpeg -loglevel error -i - -ar 22050 -ac 1 voices/$i.wav
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue