Questions tagged [audiounit]

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

Audio Units (commonly referred to as simply "AU") are plug-ins for Apple's CoreAudio system which are capable of generating or processing audio streams. Although Audio Units were originally created to compete with Steinberg's VST SDK, they have evolved in quite different directions.

Currently Mac OSX and iOS are the only platforms which support the Audio Unit SDK. Both OSX and iOS ship with a number of default Audio Units for basic audio stream operations, though it is possible to write custom Audio Units on both platforms.

Resources:

Related tags:

752 questions
-1
votes
2 answers

How to avoid robotic sound when play remote audio buffer for iOS?

I just try to developing a VOIP application, the audio buffer which fetch from RecordingCallBack would be wrapped to a NSData and then send to the remote-side by GCDAsyncSocket and the remote-side would get the NSData, unwrapped to an…
PatrickSCLin
  • 1,419
  • 3
  • 17
  • 45
-3
votes
1 answer

Wind Speed Application - iOS

I have been looking into the Aurio Touch Sample code by Apple. I wonder how to use this to measure the speed of wind like anemometer. Any suggestions on this? The microphone reacts to sound and blowing air into the microphone does measure the sound…
DesperateLearner
  • 1,115
  • 3
  • 19
  • 45
1 2 3
50
51