Skip to content

Commit

Permalink
Merge pull request #379 from Gamnn/patch-3
Browse files Browse the repository at this point in the history
Add completion message to ld-compress
  • Loading branch information
happycube authored Dec 23, 2019
2 parents 4efe58b + 1a1ce03 commit 8c1fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ld-compress.sh
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 8c1fc5a

Please sign in to comment.