Q: How can I tell in which format the .wav file is?
A: From the utilities in the package*, you can find it in ffprobe <file_name>
, it will write out the info about the file.
*Utility “ffprobe
” is not included in our package(s). It is part of ffmpeg (https://ffmpeg.org/ffprobe.html) and is necessary to be installed separately.