Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
azils3
/
Speech
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3562d42
Speech
/
download_samples.sh
azils3
Upload 38 files
7a3a321
verified
8 months ago
raw
Copy download link
history
blame
Safe
205 Bytes
#!/bin/sh
for
i
in
alloy
echo
fable onyx nova shimmer;
do
[ ! -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