poster
April 1, 2022, 5:47pm
8
NormalReaction:
I appreciate the point about checking that Cubase has not somehow created a wav file with the wrong structure, but how can I do this, and if it has, what is the solution.
The easiest way is to rewrite the file (lossless) with a tool defined in MP3tag. I had to use it very often because my favorite recording tool used to create wave-files with a wrong header.
Example — Re-encode WAV using ffmpeg
Some WAV files have an invalid structure or extra junk bytes at some RIFF chunks so re-encoding the file might fix the problems.
You can use the excellent ffmpeg command line utility as a user-defined tool from within Mp3tag.
[Convert using ffmpeg as a user-defined tool]
Name
wav2wav
Path
Please locate the path of your ffmpeg.exe
Parameter
-i "%_filename_ext%" "%_folderpath%\%_filename%_out.wav"