search for: ov_pack_pcm

Displaying 1 result from an estimated 1 matches for "ov_pack_pcm".

2003 May 12
0
vorbisfile ov_pack_pcm patch
Here's a patch to vorbisfile.c in libvorbis that splits the float to integer pcm packing out of ov_read into it's own function. The good stuff: - ov_pack_pcm can be used by folks who decode to float pcm with ov_read_float to do various sound manipulations (eg, preamp, fades, replaygain). No more need to roll your own, which will really begin to pay off when 24 bit output gets implimented. - ov_read is now implimented in terms of ov_read_float...