AudioUnits are plug-ins for Apple's CoreAudio framework which generate or process audio streams.

learn more… | top users | synonyms

0
votes
2answers
9 views

how to set scope and element when using audio unit

I am developing a karaoke software.and intend to mix the audio by using audiounit,but I don't know how to set the scope and element?for example: UInt32 busCount = 2; OSStatus result = ...
0
votes
0answers
17 views

IOS Audio units

I am trying to implement a low pass filter in core audio on IOS but when I use the code below an error is generated stating "The operation could not be completed", which is very undescriptive of the ...
1
vote
0answers
13 views

iOS 3D mixer works in iOS 5+ but not in iOS 4.3

I've set up a kAudioUnitSubType_AU3DMixerEmbedded as part of a functional AUGraph. I've set the output ASBD of the mixer to the following: Sample Rate: 44100 Format ID: ...
0
votes
0answers
21 views

iOS : aurioTouch from speaker

aurioTouch apple sample code display oscillo graph from mic input. I would like to change input source to speaker (typically use aurioTouch from intern sound like mp3). Am I right to see around ...
0
votes
1answer
16 views

OpenAL and Audio Unit clashing

I have an audio unit with a callback from the mix input. This works correctly and records fine. The moment I open another view that uses ObjectAL (OpenAL), going back to the ViewController that ...
0
votes
0answers
9 views

how to set Scopes and Elements of AudioUnit

I have read the Apple document "AudioUnit Hosting Guide",but can't understand what's the meaning of "Scope and Element" and how to use,it seems kind of complicated.is there any other simple ...
0
votes
0answers
15 views

How to know that an AUSampler is playing?

Any way to know if an AUSampler contained in an AUGraph is producing any sound ? Thanks !
0
votes
1answer
48 views

iOS - Accessing generated signal from Audio Unit render callback

I have an iOS/Objective-C program that uses a single audio unit to play a generated signal when a button is pressed. I'd like to add functionality such that: a) When the button is first pressed, a ...
0
votes
0answers
28 views

Why does AudioOutputUnitStart fail when not beginReceivingRemoteControlEvents?

I'm using AudioUnit to play audio. When interruption occurs (Ex: alarm popups), I handle like this Check for kAudioSessionBeginInterruption, do AudioSessionSetActive(false); ...
23
votes
1answer
535 views

iOS app crashes when headphone is plugged or unplugged

I'm running a SIP audio streaming app on iOS 6.1.3 iPad2 and new iPad. I start my app on my iPad (nothing plugged in). Audio works. I plug in the headphones. The app crashes: malloc: error for object ...
0
votes
0answers
20 views

Xcode issues a “could not find object file” warning for all the audio units each time i debug core audio

Really annoyingly, Xcode (GDB) issues a "Could not find object file" warning for all the object files of all the third party audio units that i have in my components directory every time I start core ...
0
votes
0answers
61 views

iOS Sounds with AudioUnit works on simulator, not on real device iPad

I am using kAudioUnitType_FormatConverter nodes in my AUGraph. The nodes have such description: AudioComponentDescription varispeedUnitDescription; varispeedUnitDescription.componentType = ...
1
vote
1answer
48 views

How to add kAudioUnitSubType_Varispeed audiounit to AUGraph in iOS6

I’m studying AudioUnits in iOS and trying to implement such graph: ------------------- ----------------- | | | | -->| FormatConverter | --->| bus ...
0
votes
1answer
99 views

Core Audio: kAudioOutputUnitProperty_SetInputCallback on a non-remoteIO unit

I'm new to Core Audio so I might not see something obvious… My aim is to process previously recorded audio signals. However, those signals should be filtered first. I don't need to play any audio. I ...
0
votes
1answer
20 views

How to build to a protected folder in xcode on 10.7

im trying to build an audio unit synth and I've got it to compile but and it works so far but I want to debug it properly by setting my daw as a debug exexuble. The problem is that the daw only loads ...
0
votes
1answer
52 views

Using iOS Reverb effect

kAudioUnitSubType_Reverb2 effect don't work in my Audio Unit graph. When I exclude its node from graph everything works fine. I tried to add converters between previous node and reverb node and after ...
0
votes
1answer
82 views

How to control the band equalizer

Now I have some band: self.eqFrequencies= @[ @32, @500, @1000, @2000, @4000, @8000, @16000 ]; I want to do it like: I know that kAudioUnitSubType_NBandEQ:(A generalized N-band graphic EQ ...
3
votes
1answer
86 views

reacquisition of microphone in background in iOS

I am trying to acquire microphone while the app is in the background. I am using audio unit technology and able to record audio while in background. But once my AudioSession gets interrupted, I am ...
0
votes
0answers
75 views

Unable to see red status bar when recording in background using AVAudioRecorder

I am trying to record in background. I see a red bar in background when I use audiounit technology. But, I don't see a red bar when I use AV Foundation framework (AVAudioRecorder). I have "App plays ...
0
votes
1answer
49 views

Exclusive access to AudioUnit in iOS

I was thinking is it possible to get exclusive access to AudioUnit record (end possibly playback) device, to assure that any other proccess will not gain access to it while my is working (eventually ...
2
votes
1answer
67 views

Trying to figure out Core Audio's NBandEQ

So I am trying to figure out the ill documented NBandEQ that Apple added in iOS 5. I am able to get it to work great for anything under 16 bands but I want more :) What happens is that if I make it a ...
0
votes
1answer
32 views

configure Mac OS X AudioUnit to provide SignedInteger samples

I am writing a Mac OS X application to capture some audio through the microphone with echo cancellation. I am creating an AudioUnit of type VoiceProcessingIO. I want to output the audio as Signed ...
7
votes
1answer
196 views

Can't continue reading from AVAssetReaderOutput after going to background and back to foreground

I'm using an AVAssetReaderOutput to read samples from an AVAsset, do some processing on them, and play the result using a RemoteIO AU. The problem is that after calling AudioOutputUnitStop to pause ...
0
votes
1answer
37 views

Detect speaker/headset using AudioUnit on Mac OS X

Using AudioUnit and kAudioUnitSubType_HALOutput how do I detect if the output is Speaker or Headset?
1
vote
1answer
82 views

Encoding recording from AudioUnit for sending over NSOutputStream in iOs

I am trying to stream some recording from the mic in my iPhone in real-time over NSSocket. I have callbacks for recording and playback. I am trying to read directly from the buffer using following ...
0
votes
1answer
131 views

CoreAudio: Ausampler Unit polyphony

I'm currently trying to use the Ausampler Unit efficiently. I used the code from apple's sample: ...
1
vote
0answers
53 views

How to mix sounds from different audio units in iOS?

I have an application which has VoIP and at the same time it renders customs sounds. The VoIP audio unit is set as follows: au_description.componentType = kAudioUnitType_Output; ...
0
votes
0answers
23 views

Why isn't AUNetSend available on iOS? (Or any alternative suggestions)

I just tried AUNetSend and AUNetReceive on two Macs using garageband. The delay was exceptionally low! I am very disappointed to find that AUNetSend is not available on iOS, however. I'm trying to ...
3
votes
2answers
148 views

objective-c record audio session output

I am writing an app that generates music. I am using OpenAL to: modify gain; modify pitch; mix audio; and play the resulting audio. I now need to record the audio as it is being played. I understand ...
0
votes
1answer
85 views

How to write Output of AUGraph to an External AudioFile of WAV or AIF formats?

In my iOS app i am playing a MIDI file using Music Player & Music Sequence. And i'm getting AUGraph here by calling "MusicSequenceGetAUGraph" method of the Music Sequence. Now i want to save the ...
1
vote
1answer
125 views

Possible Output Sampling Rates in Audio Units

I am trying to set different sampling rates (like 32kHz, 24kHz etc..) to the input stream of Remote I/O audio unit. But the output is always played at one of these sampling rates - 22.05kHz, 33.1kHz, ...
3
votes
1answer
152 views

MIDI synthesis in iOS misbehaving WRT pitch bending: LSB ignored

Either there's a serious bug in Apple's MIDI synthesis code, or I'm doing something wrong. Here's my understanding of it. When you send a pitch bend MIDI command, the range of the bend is -8192 to ...
4
votes
2answers
82 views

Is it possible to list all RemoteIO audio units currently in the application?

I'd like to add an output render callback via AudioUnitAddRenderNotify onto the currently active RemoteIO unit that's outputting audio to the speakers. I don't have access to the actual RemoteIO ...
0
votes
1answer
80 views

iOS: EXC_BAD_ACCESS when trying to get audioframe value

I am having a little trouble getting Michael's code to work. Below you will se my implementation, i am trying to get it running on iOS 6.1 but I am getting an EXC_BAD_ACCESS at: AudioBuffer ...
0
votes
0answers
31 views

Xcode project is exporting extra .component and .bundle files

My project settings are set to export a "REQ_CocoaViewFactory.bundle" file and a "REQ.component file". When I build my project those 2 files are created in my /Users/-/Library/Audio/Plug-Ins folder. ...
0
votes
1answer
124 views

Audio Unit to capture sound from mic, add reverb ,then send to speaker

Sorry to bother again. I used the audio graph processing method to play the mic-in and add effect to the sound to the speaker. When I use the AUGraph_1 : RIO_input->Converter-> AUiPodE->RIO_output, ...
11
votes
2answers
467 views

How to strip Objective-C symbols from OS X binary?

OK, I know there have been other posts about how you can't actually strip Objective-C symbols from an OS X binary because they're necessary for Obj-C to work at all, but my case is a bit different. I ...
0
votes
0answers
106 views

Add Effect to Mic input and play to speaker output using Audio Unit

I am in the practice of Audio Unit API. I've added the kAudioUnitType_Effect to a sound buffer offline and play the sound with reverb sucessfully , as demo in the official demo code: ...
0
votes
0answers
15 views

MixerHostAudio Bluetooth

I'm using MixerHostAudio to listen to what I'm saying, at the same moment I'm talking. Than I can even use it with my Apple TV and it works. My question is, can I speak and at the same moment hear ...
0
votes
1answer
104 views

Call AudioUnitRender outside of the render call back method

Like the sample project MixerHost,I want to write the mixed output stream to a file instead of to the speakers.So I used kAudioUnitSubType_GenericOutput and call: ...
-1
votes
1answer
92 views

Record audio + AirPlay

I'm making an app that allows you to do this: speaking and while you speak it share what you said to the AppleTV using AirPlay. The problem is that to record audio I use AVAudioRecorder and I pick the ...
4
votes
0answers
123 views

Is the AudioFilePlayer audio unit sandbox compatible?

I've run into a problem using the AudioFilePlayer audio unit with app sandboxing enabled on OS X 10.8. I have an AUGraph with only two nodes, consisting of an AudioFilePlayer unit connected to a ...
0
votes
0answers
45 views

Audio becomes distorted when sending through ipad to other device vis NSStream

Hello i am trying to record audio from one device and send to another with NSStream, I have created audiounit services that collects the data and send to other device through NSStream . The audio data ...
0
votes
0answers
105 views

Audio distorted when sending one device to another via NSStream in ios sdk

Hello i am trying to record audio/video from one device and send to another with NSStream, I have created avcapturesession and generated audio/video data . The video data is sent fine to another ...
0
votes
0answers
47 views

Audio units dynamic registration

We have developed a custom audio unit and audio unit hosting application. We are trying to register the custom audio unit dynamically from the application. Below code snippet is used to register audio ...
0
votes
0answers
122 views

How to stream video capture between devices like video chat in iphone sdk?

Hi i want to make an app which does video calling between iOS devices .I have studied about opentok and idoubs but i want to do it myself from starting. I searched a lot but could not find any ...
0
votes
1answer
51 views

How to Verify AudioUnit Properties of Mixer Unit and iPodEQ Unit

I want to use the AudioGraph to improve the VOIP audio quality. Now, I've merged the AUGraph to process the audio data from remote, connected the nodes: mixer node--> iPodEQ node --> I/O output node. ...
1
vote
1answer
298 views

Setting up an Audio Unit format and render callback for interleaved PCM audio

I'm currently attempting to play back audio which I receive in a series of UDP packets. These are decoded into PCM frames with the following properties: 2 channels interleaved 2 bytes per sample ...
8
votes
1answer
195 views

Select Back Microphone on iPhone 5

Is there a way for RemoteIO unit to pick up back microphone on iPhone 5 ? I can configure AVAudioSession to choose between front microphone or bottom microphone but I can't find a way to select the ...
0
votes
0answers
174 views

How do I get data from effect applied mic? (iOS Core Audio & Audio Graph)?

I would like handle some data from mic (effect applied through AUGraph). There are several article about handling effect unit, but, Audio unit connected to RemoteIO eventually in every article. I ...

1 2 3 4 5 7