Skip to content

Commit

Permalink
config clip len to 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
zironycho committed Feb 5, 2020
1 parent eb95dc2 commit 5d2adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def wav_to_mp3():
@app.route("/merge", methods=['POST'])
def merge():
rmse_dano = 0.0777645544406
clip_len_in_ms = 0.02
clip_len_in_ms = 0.06
ext = request.args.get('out', 'wav')
if ext not in ('wav', 'mp3', 'ogg'):
abort(400, description='only support wav or mp3')
Expand Down

0 comments on commit 5d2adcc

Please sign in to comment.