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

Is possible using service aacp Android #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I need my audio running in the background, but using the library aacdecoder not 
found a way to solve this problem.

Is there a tutorial in which I can understand the behavior of the library to 
apply the concept of Service?

Original issue reported on code.google.com by temontei...@gmail.com on 26 Sep 2012 at 12:32

GoogleCodeExporter commented 8 years ago
Works perfectly with service. 

Learn coding: http://developer.android.com/guide/components/services.html

Original comment by arvid.ge...@gmail.com on 8 Oct 2012 at 5:55

GoogleCodeExporter commented 8 years ago
im trying to pu this with service but no luck maybe can we have an example with 
this aac decoder? thanks

Original comment by alexis...@gmail.com on 16 Oct 2012 at 4:09

GoogleCodeExporter commented 8 years ago
If you need an example of playing music using a service you can view the 
example called RandomPlayer which is included on android ICS examples bundle. 
You just need to add aacdecoder library and it works like a charm :D

Original comment by roli...@gmail.com on 11 Jan 2013 at 8:17