> > # If I recall correctly, I converted to FLAC here because the WAV headers
> > # generated by aucat and SoX differed, and so SoX would refuse to play WAV 
> > fil
> es
> > # created by aucat.
> 
> That would be a bug in itself.
> How exactly does SoX refuse to play the WAVs created by aucat?

sox is strict about headers and will complain if cbSize is inconsistent with
fmt size. Workaround is to use the '-t sndfile' option.

aucat is not alone here; several other programs write .wav files that
require this option with sox.

Reply via email to