Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nick088/Groq-API-Playground
kindahex
/
Groq-API-Playground
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nick088
commited on
Jul 14, 2024
Commit
b29290c
·
verified
·
1 Parent(s):
857496f
fix mp3 real downsampling
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -260,6 +260,8 @@ def check_file(audio_file_path):
260
"128k",
261
"-ac",
262
"1",
263
"-y",
264
output_file_path,
265
],
260
"128k",
261
"-ac",
262
"1",
263
+
"-f",
264
+
"mp3",
265
"-y",
266
output_file_path,
267
],