Hi, On Mon, Sep 1, 2008 at 4:28 PM, Thomas Rehaag <[EMAIL PROTECTED]> wrote: >> > Idon't know how to set the encoder properly so it can convert wav input >> > frames into standard pcm samples...maybe I'm all wrong on this one, since I >> > do not see well the difference between WAV and PCM (if there's one!) >> >> Note that wav is a sort of container which can contain audio compressed with >> various codecs (generally, it contains PCM audio, I think). > > Compressed WAV would be quite new to me. Hope I didn't miss an > evolutionary step in the Microsoft world, but they've got new container > formats (*.asf, *.wmv) for compressed media. > I never tried to read a wav file with libav, but I think av_read_frame > should return PCM data.
No. .wav can contain mp3, ac3, even dts. I've seen them all. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
