Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
6k views

Best he-aac encoder on linux?

I need an encoder that can convert mp3 files to he-aac (aka aac+). So far the best one I have found is nero aac encoder . I have two problemes with it : - Only one input format : wav . It is a ...
1
vote
0answers
84 views

Method for streaming AAC+ audio in Python?

I wish to play an AAC+ shoutcast stream in Python. I have tried with bass_aac, an extension to the Bass audio library which claims to be able to handle AAC+ unsuccessfully. I'm perfectly willing to ...
1
vote
1answer
235 views

Invalid ADTS sampling_frequency_index and channel_configuration why?

I hope someone can direct me on the right path before I put a lot of time and effort on this. I'm currently trying to parse an AAC+ frame to get information such as number of channels and sample ...
0
votes
1answer
557 views

AAC+ Streaming from shoutcast in Flash

I'm trying to stream a AAC+ shoutcast URL like this one http://live7.avf.ch:8000/ipmusicaacplus32 with flash AS3 but it won't work. If I put a .m4a file instead of the streaming URL it works. Any idea ...
0
votes
2answers
68 views

aacplus frame alignment problems

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 ...