Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Nick088
/
Groq-API-Playground
like
9
Running
App
Files
Files
Community
2
Nick088
commited on
Jul 14
Commit
b29290c
•
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
],