Tagged Questions
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
10
votes
5answers
649 views
AAC/MP3 Licensing
If I use the audio decoding libraries included in iPhoneOS (ex. AVAudioPlayer). Do I still have to pay for a license from Thomson, or VIA Licensing to legally decode AAC or MP3 files in my app?
Edit: ...
9
votes
4answers
12k views
How do I create a Kindle and iPod-compatible audiobook file with section markers?
I've looked for references on the Audible format, and it appears that people are only interested in cracking/converting out of it. I've got a collection of MP3 files that I want to convert into ...
5
votes
6answers
7k views
How do I programmatically convert mp3 to an itunes-playable aac/m4a file?
I've been looking for a way to convert an mp3 to aac programmatically or via the command line with no luck. Ideally, I'd have a snippet of code that I could call from my rails app that converts an ...
4
votes
1answer
259 views
MediaElement and AAC stream support on Windows Phone 7
According to this link the Windows Phone 7 supports the AAC encoded audio stream in the browser and via the MediaElement API as well. We have tested few the icecast streams (e.g. this) it on our ...
4
votes
2answers
740 views
How can I append to a recorded MPEG4 AAC file?
I'm recording audio on an iPhone, using an AVAudioRecorder with the following settings:
NSMutableDictionary *recordSettings = [[NSDictionary alloc] initWithObjectsAndKeys:
[NSNumber ...
4
votes
4answers
8k views
Server-side AAC audio with Android
As I understand it, Android will only play AAC format audio if it's encoded as MPEG-4 or 3GPP.
I'm able to play AAC audio encoded as M4A when it's local to the app, but it fails when obtaining it ...
4
votes
2answers
3k views
Looking for open-source library for editing AAC metadata (M4A files)
I'm looking for an open-source library for editing AAC metadata in M4A files (as appearing in iTunes). Specifically, I need to be able to add an album art tag. It should be something similar to ...
3
votes
1answer
706 views
How to analyze the BPM of AAC file or any library for converting AAC to MP3
I am iphone developer and developing one mac application now. This is my first project ever in mac platform.
I have to analyze the BPM of the songs files. I have done this work for MP3 using FMOD and ...
3
votes
4answers
4k views
How to programatically combine two aac files into one?
I'm looking for a cat for aac music files (the stuff iTunes uses).
Use Case: My father in law will not touch computers except for audiobooks he downloads to his iPod. I have taught him some iTunes ...
3
votes
3answers
2k views
What is the easiest way to wrap a raw .aac file into a .m4a container
This question is overflow from the following question:
http://stackoverflow.com/questions/70096/how-do-i-programmatically-convert-mp3-to-an-itunes-playable-aacm4a-file
Anyway, I learned how to ...
2
votes
1answer
108 views
How to get aac audio from mp4 container? (Windows Phone 7 & C#)
I write windows phone 7 application and there is a next problem:
My app gets a stream of file with audio in aac format which is in mp4 container. So I need get from this stream sequence of bytes with ...
2
votes
0answers
128 views
Xbox 360 XNA HLS Streaming
I am interested in creating a simple HLS Viewer for the Xbox 360 that works kind of like SilverLive. I have read about as much documentation oh HLS that I can find and am not sure where to continue. I ...
2
votes
3answers
415 views
How to detect AAC audio profile and ensure Android compatibility
I am having problems figuring out how to detect if an AAC audio source is compatible with Android. The supported media formats page for android says 'AAC LC/LTP' when delivered as 3GP, MPEG4 or ADTS ...
2
votes
1answer
375 views
Dynamically detecting and streaming AAC using AQ's and audiofilestream
I am currently streaming MP3 and AAC radio stations.
I'm reading the ICY/HTTP headers, and when detecting audio/aac or audio/aacp in the content-type, i provide kAudioFileAAC_ADTSType as the clue for ...
2
votes
0answers
401 views
Audio Queue Services recording to .mp4 file, that cannot be play. And Magic Cookie issue
I am a newbie Mac programmer just for 3 months. I got a Audio Queue Services problem, hope anyone can help me.
I using Audio Queue Services API created a recording program, and output AAC format ...
2
votes
1answer
366 views
iPhone: streaming WMA, MP3 and AAC
I need to create a simple media player that can stream internet radio stations in WMA, MP3 and AAC formats as part of a bigger app.
I was wondering if someone could please give me some pointers on ...
2
votes
2answers
483 views
What is the algorithm to convert an mp3 file to a wav file?
What is the algorithm to convert an mp3 file to a wav file?
2
votes
1answer
2k views
Stream AAC on Android
I'm working on an app for a client that requires streaming of an AAC audio stream. Unfortunately, there's nothing I can do about the stream format on the server. I'm working on Android and have ...
2
votes
1answer
571 views
AAC header and other info in IPhone
I'm building an IPhone Application that records sound. I'm using Audio Queue Services, and everything works great for recording.
The thing is, I'm using AudioFileWritePackets for file writing, and ...
2
votes
1answer
748 views
Flash/Flex: play embedded AAC audio?
Is it possible to play an embedded AAC file in Flash/Flex somehow? I know you can playback embedded MP3 files, but I hear that you can't do that with AAC. Anyone know any sneaky ways to get around ...
2
votes
3answers
1k views
Ruby: play, pause, resume aac (audio) files
I need to play, pause and resume AAC (audio) files from a ruby console program (much like iTunes or any music player).
After much searching, I've come across these libraries:
mp3info
metadata
...
2
votes
2answers
4k views
Encode audio to aac with libavcodec
I'm using libavcodec (latest git as of 3/3/10) to encode raw pcm to aac
(libfaac support enabled). I do this by calling avcodec_encode_audio
repeatedly with codec_context->frame_size samples each ...
2
votes
2answers
634 views
What are the ways to convert/encode to AAC in Cocoa?
Is there a way to programmatically convert and/or encode to AAC/m4a format in Cocoa without the use of any libraries or programs that don't ship with Mac OS X?
I don't want to use for example, faac ...
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
46 views
AAC Windows Phone
I have an online-radio which sending a AAC stream. So According to this link the Windows Phone 7 supports the AAC encoded audio stream via MediaElement API.
But this stream has a headers ...
1
vote
0answers
66 views
ExtAudioFileWrite to m4a/aac failing on dual-core devices (ipad 2, iphone 4s)
I wrote a loop to encode pcm audio data generated by my app to aac using Extended Audio File Services. The encoding takes place in a background thread synchronously, and not in real-time.
The ...
1
vote
0answers
51 views
Encode wav to AAC on Android
You can use MediaRecorder to record a stream directly to AAC but there doesn't seem to be a way to encode an existing PCM/WAV file to AAC. The ability to encode to AAC exists natively in Android and ...
1
vote
0answers
42 views
RAW PCM data encoded to m4a using FAAC is not recognizable?
I'm trying to use FAAC through JNI to enable AAC encoding for my Android app project. Everything seems to be working fine, but the encoding part is, hmm... rather weird. I must admit that I'm not ...
1
vote
0answers
163 views
tips needed: aac encode on android using ffmpeg-neon optimization
there
I am trying to do some performance improvement about libfaac/libx264 encoder using ffmpeg and neon.seems successfully compiled ffmpeg with neon support,and video encode performance indeed has ...
1
vote
1answer
74 views
C# random file in use by other process errors
I have written an app that takes an uncompressed .wav file and encodes into a flac file, mp3 file, and aac file. The flac and mp3 work fine, but when doing the aac encoding (using the Nero AAC ...
1
vote
0answers
30 views
Limitation for simultaneous aac tracks on iPad
How many aac tracks can I play simultaneously, using 100% of iPad cpu? Apple documentation says that only first one will be decoded on hardware, other will be decoded in software mode, but there is no ...
1
vote
1answer
146 views
Bandwidth for audio stream for the mobile client
1/ I would like to know if I am computing (with rough precision) the bandwidth for MP3/AAC audio stream correctly. Parameters of the stream are:
Sample rate: 44100,
Bitrate: 128bit
Channels: 2,
...
1
vote
1answer
793 views
Developing the client for the icecast server
I am developing the client for the icecast server (www.icecast.org). Can anybody tell me, what is the format they are using for streaming the content?
I was looking on their pages, but there is no ...
1
vote
1answer
547 views
Android FFMPEG - Loading a http radio url and decoding to play it
I'm trying to load a aac radio stream and play it. For this I'm trying to decode the audio and play it using audiotrack.
I'm trying to use FFMPEG for this purpose. Is it possible to pass in the http ...
1
vote
1answer
501 views
FFMPEG Android - passing bytebuffer to ffmpeg
I'm trying my hands on ffmpeg and am stuck on how I pass the
bytebuffer to the FFmpeg method avcodec_decode_audio3.
In the JNI code I'm able to access the bytebuffer through GetDirectBufferAddress ...
1
vote
2answers
1k views
How can I get AAC encoding with ExtAudioFile on iOS to work?
I need to convert a WAVE file into an AAC encoded M4A file on iOS. I'm aware that AAC encoding is not supported on older devices or in the simulator. I'm testing that before I run the code. But I ...
1
vote
0answers
569 views
Can FLV AAC stream be played in Android
I'm trying to build a radio player and the client is providing a stream which is a FLV container with the audio being AAC
When I read the headers it shows up as audio/aacp.
I have tried all possible ...
1
vote
0answers
642 views
MediaStreamSource for AAC in Windows Phone 7
I'm trying to create a custom MediaStreamSource class for my Windows Phone 7 project that reads AAC streams from http.
I've looked at the ManagedMediaHelpers provided by Microsoft, and the code seems ...
1
vote
1answer
481 views
Smooth Streaming and AAC-Low Complexity audio codec. Data format?
I am writing a Smooth Streaming client application. On the server side (IIS 7 with Media Services extensions), I have a bunch of ISMV and ISMA files encoded using Expression Encoder pro 4 with the ...
1
vote
0answers
550 views
Seeking in AAC streams on Android
I'm getting an AAC stream from a HTTP server and using that as the datasource for the MediaPlayer in Android.
It plays perfectly fine, but when I try to execute mediaPlayer.seekTo(int position) I get ...
1
vote
2answers
1k views
Is the native AAC decoder available when using Android NDK?
I'm looking for a way to decode AAC natively to PCM on Android. The decoder source code is at ...
1
vote
2answers
840 views
What is the smallest audio file format?
I know this is not a specific programming question but I hope someone can give me a suggestion. My applications (iPhone and Blackberry applications) use a lot of audio files. I need a solution for my ...
1
vote
1answer
260 views
iPhone - How to convert aiff audio files into aac?
I'm developing an iphone app that records audio, right now it records aiff files, I need to convert these files to aac... any idea how to do this?
1
vote
1answer
259 views
Audio Encoding: AAC files without the 1/10 second silence at the end of the track
I'm a little confused with an issue that I keep running into. I'm trying to create some sound loops for continuously playing, seamless background music.. everything's fine as long as I stay in AAC/ ...
1
vote
1answer
512 views
Can I play AAC internet radio with wmp.dll in C#?
Is this possible? If yes, can you provide any information on HOW to do this? If no, are there any other possible ways to decode AAC stream in C#?
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 ...
1
vote
2answers
343 views
How do I join AAC/.m4a files via CLI (Mac OS X)
I need to quickly join a number of separate m4a files in to one large one. Is there any way to do so via CLI on in Mac OS X?
1
vote
2answers
230 views
Audio format for stream recording: FLV or mp4?
I'm capturing microphone (speech) input and publishing it on a flash server. I want this content to eventually be able to be streamed on iPhones as well as in the browser, so I'm wondering if I should ...
1
vote
1answer
371 views
Question About MP4(AAC) Binary Tree
I'm in the very early stages of working on a tag editor for mp4 files and more specifically iTunes AAC ones. After doing some snooping around it seems that the file's structure is not as complicated ...
1
vote
0answers
267 views
Add chapters to m4a (mp4) files
I used ChapterTool from Apple, but it's broken and discontinued since 2005..
Is there any other similar command line tool, or library (I'm writing in ruby..) ?