Thread
:
determining bit rate during playback
View Single Post
23 December 2005, 04:04 pm
#
2
DEATH
foobar2000 developer
Join Date: Jul 2004
Posts: 4
Use last parameter of mpc_decoder_decode (vbr_update_bits) to retrieve number of bits read per frame, which can be used for VBR display. It works as an accumulating counter (adds number of bits read to existing value of the variable).
DEATH
View Public Profile
Send a private message to DEATH
Find More Posts by DEATH