aac+

aacplus frame alignment problems

 ̄綄美尐妖づ 提交于 2019-12-11 14:04:07
问题 I have an application that rips aac+ audio streams, cutting them at every regular interval (i.e. 10 minutes). Sometimes files are playable OK, but sometimes, Windows Media Player just closes when trying to build DirectShow graph. I am using Orban aacplus plugin, and it works under directshow. When I play this file with winamp or vlc, that have it's own aacplus decoding engine, it works fine. However, I need it to work under directshow. Anyway, problematic file is here: http://www.videophill

Android How can i play shoutcast AAC, AAC+, MP3 in MediaPlayer for Android 2.3 and above?

≯℡__Kan透↙ 提交于 2019-12-07 14:55:47
问题 I am developing a MP3 player, and I want to add radio features. Almost all StackOverflow posts about this are from 2010. This is very annoying for this topic, because I can't find a solution. I know that are commercial solutions, like AAC Player/Decoder and others. Can you give me some code examples instead? 回答1: Here example of a player: http://code.google.com/p/aacplayer-android/ 来源: https://stackoverflow.com/questions/9850328/android-how-can-i-play-shoutcast-aac-aac-mp3-in-mediaplayer-for