Tagged Questions

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 ...
4
votes
2answers
737 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 ...
2
votes
3answers
411 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
2answers
481 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
567 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
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
633 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 ...
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
1answer
543 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
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
1answer
478 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
2answers
837 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
258 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
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..) ?
0
votes
1answer
239 views

How can i send aac raw data via rtp over udp?

I have flv files that contain audio tags with a aac raw data. Each audio tag has one array of the aac raw data. Raw data have different sizes. I want send it via RTP. I add 13-bits size AU header. It ...
0
votes
2answers
123 views

Modify this java class to output AAC instead of MP3

this is my first post here on stack overflow! I have two different FLV videos. The first video's audio is encoded in MP3 format and the second video's audio is encoded as AAC. I have found a java ...
0
votes
0answers
70 views

Libfaac encode audio data from Directsound capture buffer

I've tried to use libfaac to encode audio data from directsound capture buffer. The output is almost right but the background of the outputed sound get a little noise where that should be silence. I ...
0
votes
0answers
416 views

iPhone: Problems encoding 32KHz PCM to 96Kbit AAC using AudioConverterFillComplexBuffer

Has anyone had success converting 32KHz PCM to 96Kbit AAC on iPhone/iOS? I can not get this to work correctly on any hardware device. The code I wrote only works correctly in the simulator. When ...
0
votes
0answers
22 views

Recommended software for normalizing audio

Are there any recommended software for normalizing audio levels (AAC, MP3, AC3) in video (MPG, MP4) files?
0
votes
0answers
85 views

android mediastore does not list mid & aac files

Experts When using mediastore to list audio files from internal/external storage amr, ogg and mp3 are listed but mid and aac do not. If i use android file system api to list all the files i can list ...
0
votes
0answers
316 views

Convert from AAC to PCM in iOS

I am trying to read an AAC file and write to a wav file. The FileDataFormat has AAC and the ClientDataFormat has AudioFileWAVEType. The packets are getting read but I can't hear anything(can hear only ...
0
votes
2answers
129 views

What audio files can you use with SWFOBJECT?

I'm converting some old RealMedia audio-only files to use with the SWFOBJECT Flash player on the web. What's the best container/format to use for the files? I think AAC is probably the best format, ...
0
votes
1answer
1k views

AAC Codec Library (libFAAC alternative)

I'm looking for an AAC encoder/decoder library that works on Linux and Windows (for a C\C++ app). This is for a commercial product, so libFAAC is not an option. I've looked at the one from Nero and ...
0
votes
2answers
563 views

Streaming audio not working in Android

I'm sure that this question has been asked before but I've been unable to find a solid answer. I'm trying to load a streaming audio from a server. Its a audio/aac file ...
0
votes
1answer
237 views

AAC format Audio Streaming in iPad

I am developing an iPad application that streams audio from a radio station. I can stream MPEG format audio without any problem. But, I cannot stream AAC format data where as this works in the sample ...
0
votes
1answer
429 views

Is it possible at all to record audio in AAC/MP4 format on the iPhone?

In this link it says it does: http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html However I have searched for an example that works on ...
0
votes
1answer
350 views

How to manage and edit metadata of an audio file in Java

Greetings!! I've been searching a lot about how to read the metadata of .aac file on Java, but still hasn't succeeded in finding somethong useful. I'm new in programming and I'm doing this as an ...
0
votes
1answer
1k views

How do you use afconvert to convert from wav to aac caf WITHOUT RESAMPLING

I'm making an Iphone game, we need to use a compressed format for sound, and we want to be able to loop SEAMLESSLY back to a specific sample in the audio file (so there is an intro, then it loops back ...
0
votes
1answer
339 views

Creating ADTS frame on iPhone… problem

I am getting raw aac data from web stream and try to put it in ADTS frame in order to play it on iPhone. It works for 10 seconds then sound stops and restart but seems accelerated or mixed with ...