Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yakova
/
piper
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf84bac
piper
/
download_samples.sh
Guru-25
v0.18.2
d1b59ba
verified
about 1 year 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