Skip to content

Example of recording and playing back audio on iOS using an IO Audio Unit

Notifications You must be signed in to change notification settings

teddscofield/iosinmemoryrecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iosinmemoryrecord

Example of recording and playing back audio data on iOS using an IO Audio Unit.

Overview

This is a reference project which is the result of a few weeks of learing about the audio recording capabilities of the iOS platform.

The project illustrates the following:

  • simplistic use of the AudioUnit API, in particular the remote I/O unit
  • interaction between Objective-C methods and C functions with ARC enabled
  • a basic technique to solve the problem of displaying real-time information on the user interface
  • setup and use of in-memory data buffers tailored towards capturing live audio data from the device

About

Example of recording and playing back audio on iOS using an IO Audio Unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published