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

Cannot change volume #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is no exposed method for setting volume. AudioTrack object used in 
PCMFeed.run() method provides that functionality but unfortunately it's local 
variable.

Original issue reported on code.google.com by subchann...@gmail.com on 23 Apr 2012 at 12:59

GoogleCodeExporter commented 8 years ago

Original comment by vbarta...@gmail.com on 10 May 2012 at 7:08

GoogleCodeExporter commented 8 years ago
Revision 28
Added a new method into PlayerCallback - playerAudioTrackCreated(AudioTrack)
By implementing this method you can get the AudioTrack object now.

Original comment by vbarta...@gmail.com on 30 May 2013 at 9:59