Skip to content

Commit

Permalink
Fix: arnndn -y not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
veralvx committed Feb 19, 2025
1 parent 80ec305 commit 92c3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audiotame/audiotame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ fi
# May re-sample to 48khz
echo "ARNNDN variable is $ARNNDN"
if [[ $ARNNDN -eq 1 ]]; then
ffmpeg -i $kitten_noise -af arnndn=m=$audiotame_script_dir/arnndn-models/$ARNNDN_MODEL -y "$audio_dir/.$base_name_no_ext-arnndn.$input_extension"
ffmpeg -i $kitten_noise -af arnndn=m=$audiotame_script_dir/arnndn-models/$ARNNDN_MODEL "$audio_dir/.$base_name_no_ext-arnndn.$input_extension"
fi
Expand Down

0 comments on commit 92c3839

Please # to comment.