Created
January 22, 2020 15:56
-
-
Save talhanai/1348d811daa05085a24811a681ae5385 to your computer and use it in GitHub Desktop.
bash pseudo-script to convert an audio file into WAV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -n -i "$filename" ${outputdir}/${id}.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment