Closed GoogleCodeExporter closed 9 years ago
Good repro case, but don't have time to investigate right now.
Original comment by art.cla...@gmail.com
on 16 Nov 2009 at 7:03
Issue 225 has been merged into this issue.
Original comment by art.cla...@gmail.com
on 16 Nov 2009 at 7:03
Fixed in r1084
Original comment by art.cla...@gmail.com
on 20 Jun 2011 at 12:32
Hi!
Is there a workaround from Xuggler? What I mean is, how can I change that audio
frame buffer from Java?
Thanks very much!
Original comment by juangon@gmail.com
on 12 Nov 2011 at 10:16
About my previous question, does this make sense (as what have been made in
rev. r1084) ?:
IBuffer iBuffer = IBuffer.make(null,(int)(64 +
outputIStreamCoder.getAudioFrameSize()*(outputIAudioSample.getSampleSize()+1))*2
);
outputIPacket = IPacket.make(iBuffer);
and then encode it?
Original comment by juangon@gmail.com
on 12 Nov 2011 at 11:27
Original issue reported on code.google.com by
david.va...@gmail.com
on 13 Nov 2009 at 7:56Attachments: