gabrielfari / aacdecoder-android

Automatically exported from code.google.com/p/aacdecoder-android
GNU Lesser General Public License v3.0
1 stars 0 forks source link

file caching - saving AAC stream #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[e-mail - KD]
-------------
I'm wondering how you would extend your AAC player to allow for file caching.
That is, at the same time you're feeding the audio device with samples, you 
would write the original AAC buffer to file - for later playback.

Can your AAC Player be extended with this feature? Please point me in the right 
direction :)
-------------

Solution:
Probably by extending of PlaybackListener or create a new type of listener 
which will be called by BufferReader just after fetching the data chunk.

Original issue reported on code.google.com by vbarta...@gmail.com on 26 Jun 2011 at 8:13