aac+

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 little bit slow to transform mp3 files to wav and then to he-aac. - a free license for non commercial use. Too bad ffmpeg does not support h...

How to Add AAC/AAC+ Support into Commercial Audio Software for Free?

How to add AAC/AAC+ playback support (or even encoding features) into a small commercial software? I'm very confused by all these statements: http://www.vialicensing.com/licensing/AAC_fees.cfm http://www.dolby.com/professional/technology/broadcast/dolby-pulse.html To whom we must prepare money? How will we report them (patent holders) a...

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

Invalid ADTS sampling_frequency_index and channel_configuration why?

Hello all, 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 frequency. So it seems that we can simply get this information from the ADTS header but most of the time this information is inaccur...

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 why the shoutcast URL doesn't work? var connect_nc:NetConnection = new NetConnection(); connect_nc.connect(null); var stream_ns:NetStream...