Skip to content

Commit

Permalink
Fix codec problem
Browse files Browse the repository at this point in the history
  • Loading branch information
0x007E committed Dec 16, 2021
1 parent 837e28c commit eef6cd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions App/Sounds/download.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ goto vlc

:vlc

call "C:\Program Files\VideoLAN\VLC\vlc.exe" "blocks.mp3" --sout "#transcode{acodec=mpga,ab=192}:std{access=file,mux=wav,dst=blocks.wav}" vlc://quit
call "C:\Program Files\VideoLAN\VLC\vlc.exe" "blocks.mp3" --sout "#transcode{acodec=s16l,channels=2,samplerate=44100}:std{access=file,mux=wav,dst=blocks.wav}" vlc://quit

call "C:\Program Files\VideoLAN\VLC\vlc.exe" "pause.mp3" --sout "#transcode{acodec=mpga,ab=192}:std{access=file,mux=wav,dst=pause.wav}" vlc://quit
call "C:\Program Files\VideoLAN\VLC\vlc.exe" "pause.mp3" --sout "#transcode{acodec=s16l,channels=2,samplerate=44100}:std{access=file,mux=wav,dst=pause.wav}" vlc://quit

call "C:\Program Files\VideoLAN\VLC\vlc.exe" "multirow.mp3" --sout "#transcode{acodec=mpga,ab=192}:std{access=file,mux=wav,dst=multirow.wav}" vlc://quit
call "C:\Program Files\VideoLAN\VLC\vlc.exe" "multirow.mp3" --sout "#transcode{acodec=s16l,channels=2,samplerate=44100}:std{access=file,mux=wav,dst=multirow.wav}" vlc://quit

call "C:\Program Files\VideoLAN\VLC\vlc.exe" "gameover.mp3" --sout "#transcode{acodec=mpga,ab=192}:std{access=file,mux=wav,dst=gameover.wav}" vlc://quit
call "C:\Program Files\VideoLAN\VLC\vlc.exe" "gameover.mp3" --sout "#transcode{acodec=s16l,channels=2,samplerate=44100}:std{access=file,mux=wav,dst=gameover.wav}" vlc://quit

goto remove

Expand Down

0 comments on commit eef6cd5

Please sign in to comment.