You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# see also https://stackoverflow.com/questions/13358287/how-to-convert-any-mp3-file-to-wav-16khz-mono-16bit
folder_to_get_audio_from="$1"
output_folder="$2"
bitrate="$3"
echo "Searching folder $folder_to_get_audio_from for .mp3 files, converting them to .wav with bitrate $bitrate, outputting to $output_folder (directory will be created if it doesn't exist)"