Forum: Tech
13 August 2009, 09:00 pm
|
Replies: 1
Views: 13,964
slow seeking problem
I'm trying to use:
mpc_demux_seek_second()
to seek. After calling it, my read loop with
mpc_demux_decode()
returns 0 samples repeatedly and finally starts reading data again after a fairly long...
|
Forum: Tech
13 August 2009, 07:56 pm
|
Replies: 0
Views: 11,232
Determining bitrate during playback in sv8
In sv7 the current bitrate while playing was available in
mpc_decoder_decode()
however such is not the case in sv8 where I'm using
mpc_demux_decode()
Is it possible to get the current bitrate...
|
Forum: Tech
23 January 2006, 04:40 pm
|
Replies: 1
Views: 14,988
Determining maximum/minimum values on decode
Is there a way I can determine what the maximum/minimum values in a stream are before I decode it? I'm getting values exceeding +- 1.0
I'm trying to avoid clipping the output, I'd rather scale it...
|
Forum: Tech
23 December 2005, 06:50 pm
|
Replies: 2
Views: 15,546
|
Forum: Tech
22 December 2005, 11:23 pm
|
Replies: 2
Views: 17,090
|
Forum: Tech
22 December 2005, 11:22 pm
|
Replies: 2
Views: 15,546
determining bit rate during playback
I'd like to update the displayed bitrate while playing. I get m_info.average_bitrate fine but m_info.bitrate is 0. How do I get the current bitrate?
|
Forum: Tech
20 December 2005, 05:53 pm
|
Replies: 2
Views: 17,090
Bits per sample?
I'm trying to work the decoder into some windows code. I have it working and it looks like I'm getting 32 bits per sample.
I have a couple of questions:
1) If I'm using libmpdec1.2.2 will this...
|