Danny Chi-Tam Nguyen
Posts: 0
Joined: Wed Jan 29, 2014 4:13 am

AAC decoder

How to load aacdecoder for "shoutcast" streaming?

I was trying to use the code from here.

http://code.google.com/p/aacdecoder-a...

But when I use the "import" it says wrong syntax...

Can you please help? I wanted to streaming "aac+" but I need android app to be able to use aac decoder.

Thanks,

Regards,

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

AAC decoder

You can import JavaScript files or a PhoneGap plugin. There is no option to do a straight import of Java classes.

Danny Chi-Tam Nguyen
Posts: 0
Joined: Wed Jan 29, 2014 4:13 am

AAC decoder

So what is the best way to play streaming "acc+"? and How?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

AAC decoder

Appery.io uses HTML/JavaScript/CSS for the app UI (http://docs.appery.io/getting-started). You can use whatever tools are out there to do that in the browser.

Danny Chi-Tam Nguyen
Posts: 0
Joined: Wed Jan 29, 2014 4:13 am

AAC decoder

Hi Max

Thanks for rely, I'm new to programing. I hope you can point me to have to get a player that decode "aac".

I have successfully using mp3 on the player. But when I change the streaming encoding from mp3 to "aac+", it does not work. No sound at all.

I hope to you can point me to how to get "aac" player.

Thanks,

Regards,

Danny

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

AAC decoder

I don't have any information on that. Appery.io uses the standard HTML5 audio element. Different mobile browsers have different file type support for this component. You should be able to find more information out there.

Return to “Issues”