Advanced Audio Coding (AAC) is a standardized, lossy compression and encoding scheme for digital audio. Designed to be the successor of the MP3 format, AAC generally achieves better sound quality than MP3 at similar bit rates.

learn more… | top users | synonyms

-1
votes
0answers
32 views

Upload .aac files with CodeIgniter 2.1.3

We are trying to upload .aac files without success: 2013-05-16 11:23:02 -> <p>The filetype you are attempting to upload is not allowed.</p> On config mimes we have this: 'aac' ...
0
votes
0answers
9 views

IMFTransform::ProcessOutput returns for HEAAC->PCM

I'm trying to use the MediaFoundationTransforms to convert a HEAAC audio stream (received by live555, a RTP library), into PCM (to be played via the waveOut Win32API. However, at present I'm ...
0
votes
0answers
14 views

Streaming AAC to Red5 using librtmp

I have realtime raw AAC frames with 44100 sampling rate, 65459 bitrate and one channel. The realtime audio is acquired by Remote I/O. I want to streaming it to Red5 using librtmp. But I cannot find ...
2
votes
0answers
73 views

Transcode HLS Segments individually using FFMPEG

I am recording a continuous, live stream to a high-bitrate HLS stream. I then want to asynchronously transcode this to different formats/bitrates. I have this working, mostly, except audio artefacts ...
0
votes
0answers
57 views

Real-time converting the PCM buffer to AAC data for iOS using Remote IO and Audio Convert Service

I'm using Remote IO to get the audio buffer from PCM, I want to real-time send the data to Darwin Server by cellular network (3G network). I choose The AAC format as there is an article from ...
0
votes
1answer
34 views

Unable to convert .mp3 to .m4a using ffmpeg [closed]

I am fully aware the legal constraints in using libfaac but this is just for my testing purpose. I have compiled ffmpeg with faac enabled. So when I tried to convert an .mp3 to a .m4a here is the ...
0
votes
0answers
21 views

AAC Player in Android

I have an MPEG4 file that is encoded in AAC. This file is output as an android voice recording. My problem is in then playing the file back (that is saved to memory). I found the following: ...
0
votes
1answer
18 views

Playing files audio .aac with jQuery

Any hints? I'm trying this: http://www.jplayer.org/ with bad results. Bad results means, it does not work and not errors at all. So, I'm looking for an alternative that support .aac files.
0
votes
0answers
8 views

How to make sure whether an HE-AAC bitstream includes SBR data?

How can i make sure whether an HE-AAC bitstream includes SBR data ? Is there a way of analyzing it?
0
votes
0answers
15 views

I have a requirement to edit aac lc mp4 audio file.Please suggest be a library that can do it for me in java

I had explored the mp4 parser, but it seems to be slower in performing operations on an android phone: Below is what i got for append operation sampling rate:11k, bit rate:8bit, 7min 30 sec audio ...
1
vote
0answers
108 views

AAC ffmpeg encoding iOS [closed]

So I have spent most of the day writing an FFMPEG client for iOS, and I ran into a problem when trying to convert my hardware encoded h.264/aac mov file to h.264/aac flv. I borrowed the muxing.c ...
0
votes
0answers
24 views

Divx AAC Decoder doesn't work on certain fieds under XP

i face different results when using DIVX's AAC Decoder on AAC data. after debugging the entire data flow, i realized that the decoder rejects my samples and doesn't forward them upstream, this is ...
5
votes
1answer
131 views

Output audio settings when append one AAC file to another

My app records two audio files one by one using AVAudioRecorder with audio parameters: NSDictionary *outputSettings = [NSDictionary dictionaryWithObjectsAndKeys: ...
0
votes
0answers
60 views

Get AAC (m4a) Header

In my Android application, I am using MediaRecorder to record AAC encoded m4a files and upload them to a server in pieces while recording. This is not streaming, but is a similar concept. The ...
0
votes
0answers
42 views

appending .aac audio files in Windows phone

I have a WP8 application and I need to record voice - I use AudioVideoCaptureDevice for that (I use aac encoding, I need to use this). I need to allow user to resume recording, and there is a problem. ...
0
votes
1answer
197 views

convert flv video file to m3u8 format with h264 and aac codec in ffmpeg

I want to convert a flv video file to a m3u8 container using AAC and H264 encoding in FFmpeg version 0.7.15. Can anyone help me on this? I used this command to convert to the m3u8 format, but it ...
0
votes
0answers
85 views

AudioUnit PCM compression to iLBC and decompression to PCM

I am developing an app that is getting PCM data from recoding device -> compress it to iLBC format -> writes it to singleton -> reads from singleton -> decompress it back to PCM and write to playback ...
0
votes
0answers
69 views

AAC-ELD and AAC-LD compatibility

I want to use AAC to get my iOS app to talk to another existing device in real time. The existing device has an AAC-LD encoder and decoder. iOS license Fraunhofer's AAC-ELD implementation, and there ...
1
vote
1answer
126 views

how can I use html5 <audio> tag to play aac file?

<audio controls> <source src="xxx.aac" type="audio/aac"> </audio> I can get it to work in safari but doesn't work in chrome and firefox. any solution?
3
votes
0answers
145 views

Parallelize encoding of audio-only segments in ffmpeg

We are looking to decrease the execution time of segmentation/encoding from wav to aac segmented for HTTP live streaming using ffmpeg to segment and generate a m3u8 playlist by utilizing all the cores ...
0
votes
1answer
93 views

RTP AAC Packet Depacketizer

I asked earlier about H264 at RTP H.264 Packet Depacketizer My question now is about the audio packets. I noticed via the RTP packets that audio frames like AAC, G.711, G.726 and others all have the ...
0
votes
1answer
104 views

FFMPEG live transcoder aac_latm audio crash

i am trying to use ffmpeg as a live transcoder to transcode tv channels from udp input to rtmp output to a wowza server. i have 2 kinds of input channels in 1st kind the input audio is mp2 and in ...
0
votes
1answer
131 views

FFmpeg does unnecessary muxing

I am writing a script that takes videofiles such as MKV or AVI and changes them to MP4, and then prepares them from web streaming. I want my output to use H.264 and AAC codecs. So far my command ...
1
vote
1answer
220 views

Gstreamer playing audio and video together

I was trying to learn about gstreamer pipelines. Now I want to play an mp4 video containing h264 encoded videos frames and aac encoded audio samples. for playing video samples I used the following ...
3
votes
1answer
276 views

AAC format in Android

I have a problem with audio on android. Short Question: I need to play and record audio in aac format an all Android devices. I found that it is possible starts from API 10, but on my BLU ...
2
votes
0answers
595 views

Android MediaCodec AAC encoder

I use the MediaCodec class provided by the Android SDK since API level 16 with the OMX.SEC.aac.enc encoder to encode audio to a file. I get the audio input from the AudioRecord class. My instance of ...
0
votes
1answer
260 views

Muxing a H.264 Annex B & AAC stream using libavformat with vcopy/acopy

I'm doing some integration work with video (H.264) and audio (AAC) from an IP camera. I've made a bit of progress and I can store the video & audio streams individually with the ability to play ...
6
votes
1answer
87 views

Is there a way to get exactly a 1 second clip using ffmpeg with the came codec AAC to AAC

If I have an .mp4 file with a video stream and an audio stream. I f I execute this command: ffmpeg -i input.mp4 -ss 00:00:14.000 -t 00:00:01.000 -vn -c:a libfaac audio.m4a The result is Duration: ...
3
votes
2answers
239 views

How to play an AAC+ stream in Chrome?

I’ve tried several combinations of types and setting in (the excellent) mediaplayer.js, but cannot get BBC Radio 3 to play in Chrome. The stream URL is here, and the playlist from which it is taken is ...
0
votes
1answer
359 views

Streaming H.264 + AAC to RTMP server with Gstreamer

I have a set of files: *audio_X.aac:* audio/mpeg, framed=(boolean)false, mpegversion=(int)2, stream-format=(string)adts, level=(string)2, profile=(string)lc, channels=(int)1, rate=(int)44100 ...
2
votes
0answers
171 views

I cannot get mediaelement.js to playback AACP (AAC Plus) audio

I'm trying to get mediaelement.js to work with an AAC+ (HE-AACv1) audio stream. I verified the stream is working by playing the file back in WinAmp but it will not work with mediaelement.js. I also ...
0
votes
1answer
76 views

Compress audio upload to soundcloud

Our ios app records to wav, then that can be uploaded to Soundcloud. As recordings can be 5mins, thats 50 meg, so upload is slow. is there any Obj C code for ios that compresses eg to AAC or IM4 which ...
3
votes
1answer
258 views

aac-eld decoding in Linux

I was in Vietnam and tried to learn Vietnamese. The difficult thing is to learn the pronunciation and I made an Android App to record voices. Vietnamese people are very nice and I collected more than ...
1
vote
2answers
274 views

how to record audio file with better quality in android?

I am creating one application which play recorded file on Android to iphone and vice-versa. now i am using , audioRecorder = new MediaRecorder(); ...
6
votes
0answers
165 views

PCM to AAC conversion using mediacodec

I am using a media codec class in Android (Jelly Bean) to encode PCM format to AAC. The file was encoded but no music player is able to play that file. I was not able to find any working code or ...
0
votes
1answer
150 views

PCM / WAVE to AAC Conversion in android

My application(android 2.2 and later) needs to convert raw PCM audio recorded at 22kHz to AAC- (22 kHz) format. But the MediaCodec API is only available in android 4.1+ . Is there any way i can ...
0
votes
1answer
76 views

not able to get aacp stream

I am trying to play an live AACP stream in android. For this I used AACP decoder and I think its working fine because I have tested with many AACP streams and working great. But my stream is which I ...
2
votes
0answers
149 views

PCM to AAC conversion take too much time in devices

I need to convert a linear PCM recorded audio file to AAC format and its working fine too. But in simulator it takes less than 2 Sec but in iPhone4 it is 33Sec and in iPhone 4S it is 51 sec. Its a 6 ...
0
votes
0answers
92 views

Recording to AAC from RemoteIO: data is getting written but all nosie

my goal I am using core audio to record sound. My idea is using a remoteIO unit and write data in its render call back. what I have done I can record pcm data into .caf file, but the size is ...
0
votes
1answer
207 views

HLS H264/AAC stream functions perfectly except on OS X and iOS?

We are developing an open-source streaming server and are running into some trouble with our implementation of HLS. We've been able to successfully convert to TS and segment into HLS segments any ...
1
vote
1answer
181 views

Android OpenSL ES AAC decoder

Is there any example source code how to decode AAC frames into PCM using Android OpenSL ES AAC decoder code? I need to decode AAC frame (with or without ADTS header) stored in memory buffer into PCM. ...
2
votes
2answers
180 views

Can not play recorded audio file from android in iOS 5+

I am working on android app which also supports iOS. I want to record the audio & play it in Android as well as in iOS devices. I am recording audio in android using following settings ...
0
votes
1answer
275 views

How to record audio in mp4/m4a format in Android 2.3(Gingerbread)?

I am trying to record audio in my Android app, but I want the audio file in .mp4 format with AAC LC encoding ; playable on my desktop. So, using the following code, I tried to record, and i was able ...
0
votes
0answers
150 views

Feature differences between AAC-LC and AAC-LTP audio profiles

Please help me to know the feature wise differences of AAC_LC and AAC_LTP profiles w.r.t streaming. I have a working setup of streaming aac_lc frames prepacked in AAC_ADTS format. Since AAC frames ...
0
votes
0answers
96 views

actionscript 3 streaming aac

mayby this question isn't new, but i'm trying hard to solve it so i ve got code: var tr:SoundTransform = new SoundTransform(); var connect_nc:NetConnection = new NetConnection(); ...
0
votes
0answers
154 views

AAC+ Support in jPlayer

I'm streaming my Radio station through jPlayer and decided to move to AAC+ encoders. My page It seems jPlayer wont play audio when i switch to AAC. Is there something i am missing? jQuery: ...
1
vote
0answers
131 views

using libvo-aacenc with libav in C++ program

I'm making a program that records and encodes this recording to aac.I made a function for linux and libfaac that does this job. Now I need to make this program for windows.I know i need to use ...
0
votes
2answers
486 views

Android MediaCodec - encode audio on the fly into aac

I'm trying to use the MediaCodec from Android to encode raw audio data into aac. I worked my way through the Andoid documentation which lacks a lot. I'm currently able to record audio using ...
0
votes
0answers
162 views

wp8 ios audio recording and playback compatibility

I want to get playing audio recordings from iOS on WP8 and vice-versa. On iOS I'm using AVAudioRecorder for that purpose with the following configuration: NSString *tempPath = ...
1
vote
0answers
85 views

Codec profile of AAC media file [closed]

I need to find out codec profile of some AAC media file. (I want to know if that file iz HE-ACC or some other codec profile). I tried with source like this: AVFormatContext* pFormatCtx; ...

1 2 3 4 5