You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while playing sample
ftp://mpaudconf:[email protected]/mpeg4audio-conformance/compressedMp4/al05_48.mp4
I got errors. With some patches I got them resolved.
playing a 5.1 sample containing coupling channel elements al07_44.mp4 (ftp://mpaudconf:[email protected]/mpeg4audio-conformance/compressedMp4/al07_44.mp4) reveals even more errors:
The number of channels calculated by PCE is wrong: The returned count is the number of elements not taking into account if the element is mono or stereo (SCE/CPE).
More than two channels can not be sent to a SourceDataLine.
The SampleBuffer simply sends too much bytes.
Either we have to provide several SourceDataLines
or a Sample buffer must know which are the relevant stereo channels.
while playing sample
ftp://mpaudconf:[email protected]/mpeg4audio-conformance/compressedMp4/al05_48.mp4
I got errors. With some patches I got them resolved.
see:
dieterstueken@3da3f83
and
dieterstueken@9854a70
The text was updated successfully, but these errors were encountered: