caf Questions

3

Solved

I want to combine two .wav recording files together. Can any one help me figure out how to achieve this.I tried combining the data but the headers are creating problem. Can we do the combining as w...
Coon asked 14/12, 2011 at 12:39

7

Solved

I have a directory with about 50 wav files that I need to convert to caf, because AudioServicesCreateSystemSoundID() returns an error for some of them (but not all). Here's an example of the comma...
Heredity asked 13/8, 2009 at 11:18

2

Possible Duplicate: Can an Android phone decode and play back a *.caf file w/ iLBC codec? I am developing such type of application ,In my android application play a1.caf file . I wan...
Mirandamire asked 20/12, 2012 at 9:29

1

Solved

I am using a AVAudioRecorder instance to record with the setting for AVFormatIDKey set to kAudioFormatMPEG4AAC. It records the audio in AAC format but a .caf audio container packages the audio file...
Pride asked 23/6, 2012 at 15:1

1

Solved

I have used below code to combine two .caf files. NSMutableData *datas = [NSMutableData alloc]; NSData *data1 = [NSData dataWithContentsOfFile:path1]; NSData *data2 = [NSData dataWithContentsOfFil...
Binocular asked 29/10, 2010 at 8:27
1

© 2022 - 2024 — McMap. All rights reserved.