Closed GoogleCodeExporter closed 9 years ago
Unfortunately it seems to me that there is also some internal buffer threshold
in the AudioTrack itself.
I've tried to pass the rest of the PCM data to it, but for example the "21.mp3"
produced only 5184 bytes, which were not enough to start the AudioTrack playing
(even when the method AudioTrack.play() was called !)
Original comment by vbarta...@gmail.com
on 30 May 2013 at 1:15
revision 40 - if the file is able to start playing, then it is played to the
end.
Original comment by vbarta...@gmail.com
on 10 Jan 2014 at 11:36
revision 42 - the first frame is also being played.
Original comment by vbarta...@gmail.com
on 11 Jan 2014 at 2:01
revision 43 - fully fixed
- workaroud added: writing dummy data to the AudioTrack
and setting notification marker position
- when reached marker, then force stoppping
Original comment by vbarta...@gmail.com
on 12 Jan 2014 at 10:14
included in version 0.8
Original comment by vbarta...@gmail.com
on 12 Jan 2014 at 8:17
Original issue reported on code.google.com by
vincent....@singlewire.com
on 25 Mar 2013 at 3:59Attachments: