5,391
edits
 (wrapping up the Mac SNDD knowledge; thanks to Ed for the main menu recording)  | 
				m (removing trailing slash from URL, just in case)  | 
				||
| Line 219: | Line 219: | ||
As a workaround, one can preprocess .wav files with some tools that can handle incomplete MS ADPCM blocks and convert to a less ambiguous format:  | As a workaround, one can preprocess .wav files with some tools that can handle incomplete MS ADPCM blocks and convert to a less ambiguous format:  | ||
*For [http://sox.sourceforge.net  | *For [http://sox.sourceforge.net Sox], padding is disabled by default when joining several files.  | ||
*For [https://www.ffmpeg.org/download.html FFmpeg], padding can be disabled as an optional setting.  | *For [https://www.ffmpeg.org/download.html FFmpeg], padding can be disabled as an optional setting.  | ||
So, you'd either join the .wav files in Sox or FFmpeg, or convert them, e.g., to uncompressed PCM, and then import them into a fancy audio tool.  | So, you'd either join the .wav files in Sox or FFmpeg, or convert them, e.g., to uncompressed PCM, and then import them into a fancy audio tool.  | ||