Questions tagged [caf]

CAF (Core Audio Format) is a container audio file format developed by Apple. CAF files can contain audio data of a variety of different formats and are not limited to 4GB in size. The format is used by certain Apple products (such as Apple Loops) and is supported on both Mac OS X and iOS platforms.

CAF (Core Audio Format) is a container audio file format developed by Apple. CAF files can contain audio data of a variety of different formats and, unlike AIFF and WAVE format files, are not limited to a size of 4GB. The format is used by certain Apple products (such as Apple Loops) and is supported on both Mac OS X and iOS platforms.

78 questions
1
vote
1 answer

Azure Landing Zone: What is the purpose of the Azure AD Groups created in Level-0?

Currently, I am working on establishing enterprise-scale landing zones for Cloud Adoption Framework in Azure. I was going through Cloud Adoption Framework and implemented Level#0. I could see few Azure AD Groups like mentioned below however I don't…
One Developer
  • 99
  • 5
  • 43
  • 103
1
vote
1 answer

Using a custom CAF Google Cast receiver, how can I perform an async operation before each DRM license request?

Using a Google Cast V3/CAF receiver, I would like to perform a network request before each DRM license request and include some of the resulting info (entitlement info) in the license request, as a header. The Cast framework provides…
shaunmartin
  • 3,849
  • 2
  • 25
  • 26
1
vote
1 answer

get duration of caf audio file with go lang

i'm wanting to get the duration of .caf audio files using go. I found a few decoders but their Duration() methods just return 0 with comments perhaps suggesting ways of calculating the duration, does any know if these comments are legit and if so,…
Rusty Rob
  • 16,489
  • 8
  • 100
  • 116
1
vote
2 answers

How to convert iphone's caf to ogg on ubuntu

i really need your support to solve that problem: We developed an iOS application that sends a sound file to our server and then, we share this audio. The problem is we didnt find any solution to convert the audio inside the iOS. We tought: Ok,…
1
vote
1 answer

How to resolve "Hardware In Use" issue (error code: 'hwiu')?

I have created an iPhone app with recording with AudioUnit, Conversion, Audio Editing and Merging parts. I done everything except Conversion. This app will work only in iOS 4 or higher. I tried to convert .caf to .m4a file. But I am getting…
jfalexvijay
  • 3,681
  • 7
  • 42
  • 68
1
vote
1 answer

The codec could not be accessed. (-66672)

I am trying to convert caf file to m4a file using AudioUnit. I have implemented the code to convert. When I tried to run the application, I am getting following error message; couldn't set destination client format (-66672) I got the sample code…
jfalexvijay
  • 3,681
  • 7
  • 42
  • 68
1
vote
0 answers

Saving Iphone .caf files on AWS S3

I'm trying to record and save Audio to AWS S3. I'm able to record and play the newly recorded audio in the App, but when trying to save the following file (using https://github.com/benjreinhart/react-native-aws3), the file turns up empty in…
1
vote
0 answers

Avoiding CAF in Haskell

To avoid CAF (resource sharing), I tried converting to function with dummy argument, but no success (noCafB). I've read How to make a CAF not a CAF in Haskell? so tried noCafC and noCafD. When compiled with -O0, then functions with dummy argument…
Chul-Woong Yang
  • 1,223
  • 10
  • 17
1
vote
2 answers

How do I output CAF file size in log?

I know the url of blank.caf audio file what I cam creating(recording) in my iPhone app. I am concerned about its size and would like to output its size to the log. I could not find a method to do so. I am also interesting in finding out the audio…
Kashif
  • 4,642
  • 7
  • 44
  • 97
1
vote
1 answer

merge CAF (core audio format,Linear PCM) file into a video(mjpeg) file using ffmpeg (programatically)

As the title said, I have a CAF file and I want to insert that file into a video file using ffmpeg(Programmatically ) using C. CAF file has Linear PCM audio format I am successfully able to build the video file and now want to add the audio to the…
Sridhar Bollam
  • 1,194
  • 1
  • 13
  • 19
1
vote
0 answers

AVAudioplayer jumping on looping in iOS 8 GM with CAFs. Any ideas?

My app uses AAC encoded CAF files that have been seamlessly looping since iOS 5. Now, with iOS 8 GM there is a gap/break after the loop and it's terrible. There was a thread on Apple's dev forums about this but so far no solution. Any ideas what to…
Rickers
  • 41
  • 1
  • 3
1
vote
1 answer

NSData to *.caf file

I'm trying to save an audio file in my SQLite DB and restore it. I stored this way to NSData: NSData *audioData = [NSData dataWithContentsOfFile:[audios objectAtIndex:A]]; insert_stmt = "INSERT INTO audios (fecha, audio) VALUES (?, ?)"; if(…
1
vote
2 answers

Wave to Caf format using AVAssetWriter

Wave to Caf format using AVAssetWriter. I have a wave file. I want to convert it to a Core Audio format. This is the code i've been trying and found nowhere to go. Tried searching all forums but there is no working code which anyone's found. NSError…
Charith
  • 88
  • 3
1
vote
1 answer

Play *.caf files (iOS/Apple) under Java

I have two applications, the first one is iOS application that record sound and save it in *.caf files. the second one is Java application that need to read this *.caf sound files and to play them. I looking for Java code that can read/play these…
One Man Crew
  • 9,420
  • 2
  • 42
  • 51
1
vote
0 answers

IOS 5 Upload .CAF to web server but is BLANK

I am trying to upload a recorded .caf file to my web server. The file is there, because it plays after recording, and my play configurations are correct as well, because I can play a regular .caf file from my server in my app. However when I upload…
Jovi
  • 21
  • 3