Nick088 commited on
Commit
b29290c
1 Parent(s): 857496f

fix mp3 real downsampling

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -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
  ],