Shun87 / aacplayer-android

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

Audio does not play sometimes. #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
- It is happening randomly when I want to play music.

What is the expected output? What do you see instead?
- Play should play music, but stops.

What version of the product are you using? On what operating system?
I am using latest version of product and android-sdk version 2.2.

Please provide any additional information below.
- I am playing audio using OpenCore Decoder, it sometime does not play music. 
This is happening randomly. When stream plays, it is smooth.

Original issue reported on code.google.com by you...@techverx.com on 10 Feb 2013 at 6:19

GoogleCodeExporter commented 8 years ago
This is log:
02-10 23:59:39.980: E/AndroidRuntime(621): java.lang.IllegalArgumentException: 
88200Hz is not a supported sample rate.
02-10 23:59:39.980: E/AndroidRuntime(621):  at 
android.media.AudioTrack.audioParamCheck(AudioTrack.java:369)
02-10 23:59:39.980: E/AndroidRuntime(621):  at 
android.media.AudioTrack.<init>(AudioTrack.java:312)
02-10 23:59:39.980: E/AndroidRuntime(621):  at 
android.media.AudioTrack.<init>(AudioTrack.java:265)
02-10 23:59:39.980: E/AndroidRuntime(621):  at 
com.spoledge.aacplayer.PCMFeed.run(PCMFeed.java:216)
02-10 23:59:39.980: E/AndroidRuntime(621):  at 
java.lang.Thread.run(Thread.java:1020)

Original comment by you...@techverx.com on 10 Feb 2013 at 7:04