Skip to content

Commit

Permalink
manually merge 1a1ce03
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Dec 26, 2019
1 parent 65a8138 commit 856f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ld-compress
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
for f in "$@" ; do
if [[ "$f" == *.lds ]]
then
>&2 echo Compressing \'"$f"\' to \'"$(basename "$f" .lds).$ext"\' && ${fileinput_method} "$f" | ld-lds-converter -u | ffmpeg -hide_banner -loglevel error -f s16le -ar 40k -ac 1 -i - -acodec flac -compression_level "$level" -f ogg "$(basename "$f" .lds).$ext"
>&2 echo Compressing \'"$f"\' to \'"$(basename "$f" .lds).$ext"\' && ${fileinput_method} "$f" | ld-lds-converter -u | ffmpeg -hide_banner -loglevel error -f s16le -ar 40k -ac 1 -i - -acodec flac -compression_level "$level" -f ogg "$(basename "$f" .lds).$ext" && >&2 echo \'"$(basename "$f" .lds).$ext"\' written.
else
>&2 echo Error: \'"$f"\' does not appear to be a .lds file. Skipping.
fi
Expand Down

0 comments on commit 856f2c0

Please sign in to comment.