Shun87 / aacplayer-android

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

Choppy playback of aac stream #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile AACPLAYER
2. Load aac stream from: http://2483.live.streamtheworld.com:80/KFTZFMAACCMP3
3. Use Player 1 (FAAD2)

What is the expected output? What do you see instead?
I was hoping for un-choppy playback

What version of the product are you using? latest r3 

On what operating system?
Android 2.2 on Moto Droid

Please provide any additional information below.
Plays for about 10 seconds then skips

Original issue reported on code.google.com by anthony....@gmail.com on 4 Dec 2010 at 4:16

GoogleCodeExporter commented 9 years ago
Possible steps to avoid it:
1) Currently being rewritten using java.ni.* direct buffers - will be committed 
soon
2) Compile for ARMv7 - check-out jni/Application.mk
3) Restart your device after redeploying of the APK

Original comment by vbarta...@gmail.com on 9 Feb 2011 at 10:07

GoogleCodeExporter commented 9 years ago
Committed all the changes.
Works fine on ARMv7 devices.
No other ideas how to improve perfomance on older devices.

Original comment by vbarta...@gmail.com on 9 Feb 2011 at 5:10