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

Improve PlayerCallback - round info #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vbarta...@gmail.com on 27 May 2011 at 1:30

GoogleCodeExporter commented 8 years ago
Add a new method to PlayerCallback which will pass Decoder.Info or similar 
object to the listener each time the Decoder.decode() method is returned.

Original comment by vbarta...@gmail.com on 27 May 2011 at 1:32

GoogleCodeExporter commented 8 years ago
HI,
I found it may be has some compatibility problem.
The streaming aacdecoder player can only play "MPEG-4 AAC+ Audio"
but could not play "MPEG-4 AAC Audio"(see the attach file).

Here are some error information during debug:
02-11 05:18:03.738: E/AACPlayer(27910): java.lang.RuntimeException: Could not 
recognize the type of the stream.
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.MultiPlayer.processHeaders(MultiPlayer.java:139)
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:333)
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:296)
02-11 05:18:03.738: E/AACPlayer(27910): at java.lang.Thread.run(Thread.java:856)

Is there any solution?Thanks in advance.

Original comment by staney.c...@gmail.com on 10 Feb 2015 at 9:24

Attachments: