Questions tagged [aac+]

High-Efficiency Advanced Audio Coding (HE-AAC) is a lossy data compression scheme for digital audio defined as a MPEG-4 Audio profile in ISO/IEC 14496-3.

High-Efficiency Advanced Audio Coding (HE-AAC) is a lossy data compression scheme for digital audio defined as a MPEG-4 Audio profile in ISO/IEC 14496-3. It is an extension of Low Complexity AAC (AAC LC) optimized for low-bitrate applications such as streaming audio.

Source: Wikipedia (High-Efficiency Advanced Audio Coding)

11 questions
4
votes
5 answers

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…
Alexandre Victoor
  • 3,104
  • 2
  • 27
  • 27
3
votes
1 answer

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

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…
djcharon
  • 319
  • 2
  • 9
  • 20
3
votes
1 answer

Liquid Soap 1.1 vs 1.3 - Dynamic playlist

Scenario: Ubuntu 17.04 Liquid Soap 1.1.1 installed by apt-get Liquid Soap 1.3.1 installed by OPAM On 1.1.1, I cannot use AAC+ encoder. So I've installed 1.3.1 with AAC+ support. But using a same .liq file, both versions act different. For some…
Arvy
  • 1,072
  • 2
  • 16
  • 29
3
votes
0 answers

Timed metadata in AAC+ audio-only HTTP Live Streaming (HLS)

When producing a live/continous audio-only stream via Apple's HTTP Live Streaming (HLS), is it still possible to utilise timed metadata? I understand with video you utilise ID3 tags and mux them in to an MPEG-2 transport stream, but I also…
andybee
  • 1,142
  • 3
  • 15
  • 26
2
votes
1 answer

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 write a binding to an external library if…
2
votes
1 answer

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 frequency. So it seems that we can simply get this…
Jona
  • 13,325
  • 15
  • 86
  • 129
1
vote
1 answer

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…
David
  • 47
  • 7
1
vote
2 answers

JW Player 6 and Shoutcast v2

I'm using JW Player (v6) to broadcast an AAC+ webradio. I can use it with IceCast 2 servers (in my case using the KH branch). Now I'm setting up a new webradio but using a ShoutCast v2 server. I cannot find a way to get it work. I've tried Muses…
Arvy
  • 1,072
  • 2
  • 16
  • 29
1
vote
0 answers

aac+ streaming issue on KitKat (Android 4.4)

If anyone can help me to fix up aac+ streaming issue on KitKat (Android 4.4). Here is the error. 11-21 23:30:36.573: E/AACPlayer(1471): playAsync(): 11-21 23:30:36.573: E/AACPlayer(1471): java.lang.NullPointerException 11-21 23:30:36.573:…
Sekhon
  • 11
  • 1
0
votes
2 answers

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…
Daniel Mošmondor
  • 19,718
  • 12
  • 58
  • 99
0
votes
1 answer

Streaming some audio format files on iOS device

Just would like to know: is there any iOS native framework/SDK supports the streaming of HE-AAC (AAC+) audio files? And any iOS framework/SDK to stream .wav and FLAC (Free Lossless Audio Codec) audio files? Thanks a lot in advance.
stspb
  • 193
  • 2
  • 12