Displaying 1 result from an estimated 1 matches for "seakabl".
Did you mean:
seakable
2002 Oct 28
2
two questions re vorbisfile API
Hey guys,
currently wrapping my head around the vorbisfile API. The stream callback
interface is really nice ! Great work.
I'm running into two snags using it though.
a) getting ov_bitrate on a seakable stream returns a long.
When I print it as %ld, I get
Bitstream is 2 channel, 44100 Hz, 0 version, -2147483648 bitrate
I get this same number for any vorbis file.
I checked them with ogginfo, and that reports the right ABR.
Am I missing something ?
Calculating it manually by dividing total bits t...