Core Audio is a low-level API for dealing with sound in Apple's Mac OS X and iOS operating systems.

learn more… | top users | synonyms (1)

22
votes
4answers
25k views

Converting audio to CAF format for playback on iPhone using OpenAL

I am using the SoundEngine sample code from Apple in the CrashLanding sample to play back multiple audio files. Using the sample caf files included with CrashLanding everything works fine but when I ...
21
votes
11answers
28k views

Text to speech on iPhone

Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK? Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released)
15
votes
3answers
456 views

How to prevent iPhone 3GS from filtering low frequencies ( < 150Hz )

I'm developing a bass guitar pitch detection app on iphone 3GS. I found I can't get sound data lower than 150Hz with RemoteIO. However bass guitar may generate tones lower than 50hz. According to the ...
14
votes
5answers
17k views

Best way to learn iphone audio queue services, step by step tutorial

I'm trying to learn how to handle audio at a fairly low level with audio queue services. I have been progrmaing in memory managed languages for quite a while, and have just completed the c programing ...
13
votes
2answers
468 views

MPMediaItem and iTunes Match

I have an app that uses the iPod Library API to access the song database in iOS. With the release of iTunes Match, any song which is not on the device will fail to load. Is there a way I an request ...
12
votes
4answers
5k views

How do I synthesize sounds with CoreAudio on iPhone/Mac

I'd like to play a synthesised sound in an iPhone. Instead of using a pre-recorded sound and using SystemSoundID to play an existing binary, I'd like to synthesise it. Partially, that's because I want ...
12
votes
4answers
8k views

Real-time Pitch Shifting on the iPhone

I have a children's iPhone application that I am writing and I need to be able to shift the pitch of a sound sample using Core Audio. Does anyone have any example code I could look at where this is ...
12
votes
5answers
5k views

How to program a real-time accurate audio sequencer on the iphone?

I want to program a simple audio sequencer on the iphone but I can't get accurate timing. The last days I tried all possible audio techniques on the iphone, starting from AudioServicesPlaySystemSound ...
10
votes
2answers
3k views

implicit conversion of an Objective-C pointer to 'void *' is disallowed with ARC

What does this mean and what alternative do I have? implicit conversion of an Objective-C pointer to 'void *' is disallowed with ARC I am porting an Xcode3 project to iOS5 wich uses ...
10
votes
2answers
5k views

AVPlayer vs. AVAudioPlayer

The documentation for AVPlayer states the following: [The] player works equally well with local and remote media files However, the documentation for AVAudioPlayer states the following: ...
9
votes
2answers
2k views

Drawing waveform with AVAssetReader

I reading song from iPod library using assetUrl (in code it named audioUrl) I can play it many ways, I can cut it, I can make some precessing with this but... I really don't understand what I gonna do ...
8
votes
2answers
3k views

iOS: Audio Units vs OpenAL vs Core Audio

Could someone explain to me how OpenAL fits in with the schema of sound on the iPhone? There seem to be APIs at different levels for handling sound. The higher level ones are easy enough to ...
8
votes
6answers
4k views

Open Source sound engine

When I started using SoundEngine (from CrashLanding and TouchFighter), I had read about a few people recommending not to use it, for it was, according to them, not stable enough. Still it was the only ...
7
votes
3answers
2k views

OSStatus error 1718449215

I have created an iPhone application to record our voice. When I try to record, I am getting error message in following statement. recorder = [[ AVAudioRecorder alloc] initWithURL:url ...
7
votes
2answers
5k views

Recording sound as WAV on iphone

I am making an iPhone recording app that needs to submit the sound file as a .wav to an external server. Starting from the SpeakHere example, I am able to record sound as a file, but only as .caf ...
7
votes
6answers
3k views

Tone Generation in Cocoa Touch

I need to generate a tone that I can manipulate frequency and wave. The overall goal is to create a basic piano. Does anyone know how I can achieve this? My development platform is the iPhone 2.x
6
votes
2answers
411 views

Is it possible to use AVAssetReader to get back a stereo channel layout?

I'd like to be able to get back AudioBufferList from AVAssetReader which has 2 buffers so that I can process the left and right audio through an AudioUnit. I tried using the output settings below but ...
6
votes
2answers
229 views

Sound output through M-Audio ProFire 610

I got an assignment at work to create a system which will be able to direct sound to different output channels of our sound card. We are using M-Audio ProFire 610, which has 8 channel output and ...
6
votes
2answers
883 views

iPhone SDK: How to record voices with ambient noise supression?

Can anyone point me in the right direction on how I would minimize ambient noise while recording someone speaking using the iPhone SDK Core Audio? I'm guessing a band-pass filter that eliminates any ...
6
votes
1answer
349 views

Haskell audio output on OS X?

I'd like to be able to output audio from Haskell. I'm currently using GHC 6.10 on OS X (Snow Leopard). I've tried building the jack library (using JackOSX) and the PortAudio library, but neither of ...
6
votes
3answers
939 views

What's the difference between all these audio frameworks?

In the documentation I see several frameworks for audio. All of them seem to be targeted at playing and recording audio. So I wonder what the big differences are between these? Audio Toolbox, Audio ...
6
votes
2answers
2k views

Framework not found AudioUnit

Been banging my head agains the wall for awhile now. My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one last linktime error: ...
6
votes
4answers
2k views

How to get iPhone OS 3.1 muffled keyboard sound?

I have added the iPhone's Tock sound to my own custom keyboard like this: NSString *path = [[NSBundle bundleWithIdentifier:@"com.apple.UIKit"] pathForResource:@"Tock" ofType:@"aiff"]; SystemSoundID ...
5
votes
1answer
168 views

CABasicAnimation lag issues with IOS 5 and RemoteIO

I am creating a musical instrument for the iPhone. In my app when i touch a CALayer a note plays and the layer does a wiggle for the duration of the note. This was all working perfectly on iOS 4.1, ...
5
votes
1answer
536 views

Audio Session Services: kAudioSessionProperty_OverrideAudioRoute with different routes for input & output

I'm messing around with Audio Session Services. I'm trying to control the audio routes setting AudioSessionSetProperty: kAudioSessionProperty_OverrideAudioRoute as ...
5
votes
4answers
406 views

Peak Filter has clicks and pops

OSStatus MusicPlayerCallback ( void * inRefCon, AudioUnitRenderActionFlags * ioActionFlags, const ...
5
votes
2answers
815 views

Mac libraries for audio processing/sound file splitting

I'm working on a quick application for my church to assist their recording of services. As of right now, they record the service with protools (LE 6.5 to be specific), run a compressor, normalizer, ...
5
votes
1answer
2k views

Reading audio buffer data with AudioQueue

I am attempting to read audio data via AudioQueue. When I do so, I can verify that the bit depth of the file is 16-bit. But when I get the actual sample data, I'm only seeing values from -128 to 128. ...
5
votes
3answers
6k views

How can I record AMR audio format on the iphone?

A voice recorder doesn't need uncompressed Linear PCM audio. Compressed AMR would do fine. The iPhone framework built for recording audio is simple enough, but the only examples I've found for ...
4
votes
2answers
95 views

Frequency Modulation Synthesis Algorithm

Based on what I read, I've made an algorithm for FM sound synthesis. I'm not sure if I did it right. When creating a software synth instrument a function is used to generate an oscillator and a ...
4
votes
2answers
255 views

iOS: How to read an audio file into a float buffer

I have a really short audio file, say a 10th of a second in (say) .PCM format I want to use RemoteIO to loop through the file repeatedly to produce a continuous musical tone. So how do I read this ...
4
votes
1answer
854 views

How to record sound produced by mixer unit output (iOS Core Audio & Audio Graph)

I'm trying to record sound produced by a mixer unit output. For the moment, my code is based on the apple MixerHost iOS app demo : A mixer node is connected to a remote IO node on the audio graphe. ...
4
votes
1answer
481 views

Write Audio To Disk From IO Unit

Rewriting this question to be a little more succient. My problem is that I cant successfully write an audio file to disk from a remote IO Unit. The steps I took were to Open an mp3 file and extract ...
4
votes
1answer
334 views

Best way to fourier transform

We need to get constantly- audio pure frequencies to the iPhone audio jack mic input, and recognize specific frequency. i have read about 2 ways of FFT(/fourier transform) : AurioTouch , or using ...
4
votes
1answer
353 views

Rendering very high frequency sounds on iOS

I'm trying to use AudioUnit to render a range of high-frequency sounds for a iPhone project (on the order of 8-20KHz), but everything above 12KHz comes out heavily distorted and/or completely the ...
4
votes
2answers
780 views

Custom EQ AudioUnit on iOS

The only effect AudioUnit on iOS is the "iTunes EQ", which only lets you use EQ pre-sets. I would like to use a customized eq in my audio graph I came across this question on the subject and saw an ...
4
votes
1answer
435 views

iOS media picker does not show up

I am currently working on an audio application on iPhone. It is based on apple's SpeakHere sample code with a user-defined input file from iPod library. Here is the event raised by the button: - ...
4
votes
4answers
849 views

Convert .wav file to .mp3

I want to convert an audio file saved with .wav file format to a file with .mp3 format. Please suggest that how can I achieve this through Objective C coding. Thanks in advance.
4
votes
3answers
1k views

Remote I/O application with callback

I'm just having a horrible time getting a simple Audio Unit-based app running on the iPhone. I've worked through Michael Tyson's example, as well as Tim Bolstad's, and anything else I've been able to ...
4
votes
2answers
784 views

iPhone OS4 alarm clock

I have read many posts and still i cannot achieve the desired functionality while my application is suspended in the background. My reference point is this radio alarm application. The things i ...
4
votes
4answers
1k views

How to make a simple EQ AudioUnit (bass, mid, treble) with iOS?

does anyone know how to make a simple EQ audio unit (3 bands - low, mid, hi) with iOS ? I know how to add an iPod EQ Audio Unit to my AU Graph. But it only give you access to presets and I need proper ...
4
votes
1answer
2k views

iPhone: Change playback speed with Audio Units

What are the different ways to change the playback speed of audio on the iPhone, when using Audio Units? What are the advantages / disadvantages of each solution? I have a mixer unit and an IO unit. ...
4
votes
2answers
2k views

iPhone SDK: AVAudioRecorder metering — how to change peakPowerForChannel from decibel into percentage?

The AVAudioRecorder in the iPhone SDK can be used to get the peak and average power for a channel, in decibels. The range is between 0db to 160db. What is the calculation used to convert this into a ...
4
votes
2answers
1k views

HAL - how to monitor audio output on a mac

There is an application called wiretap available at http://www.ambrosiasw.com/utilities/wiretap/ This application can record the system audio. I would like to be able to do the same in my program. ...
4
votes
2answers
1k views

Polyphonic sound playback

I need audio playback with these features: good performance (for game), pitch control, and ability to layer the same sample multiple times at the same time (polyphony). What would be a quick way to ...
3
votes
1answer
36 views

Core Audio and the Phantom Device ID

So here's what is going on. I am attempting to work with Core Audio, specifically input devices. I want to mute, change volume, etc, etc. I've encountered something absolutely bizarre that I cannot ...
3
votes
1answer
246 views

How to set an title of the currently playing audio in iPhone lock screen?

When you play a music, the music title is shown below the time in the lock screen. I have also seen how TuneIn radio does that by showing the name of the currently playing radio station. How do you ...
3
votes
2answers
95 views

AudioUnit render callback called on iPhone simulator, but not on phone

I have a fairly straightforward setup in which a RemoteIO unit is taking input, doing a bit of processing, sending it out the output, and writing the output to a file. Right now, I'm just generating ...
3
votes
2answers
91 views

iOS audio over HDMI — how to deal with 48khz sample rate?

I'm been happily synthesizing audio (at 44.1khz) and sending it out through the RemoteIO audio unit. It's come to my attention that my app's audio is "garbled" when going out via HDMI to a certain ...
3
votes
1answer
117 views

How to use audio units in an application

I've been looking for things online that teach how to use audio units in an application, with no luck. I'm trying to make an application that allows the user to apply AUTimePitch to the playback of ...

1 2 3 4 5 13