Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
17 lines (14 loc) · 1.01 KB

MonoTouch AudioUnit wrapper library under MIT license.

This contains following projects:

  • MonoTouch_AudioUnit -- AudioUnit wrapper class
  • MonoTouch_AudioUnit_PlayingSinWaveform -- Sample project that generates sin waveform. Corresponding Obj-C sample code is: Obj-C_AudioUnit_PlaySinWaveform.
  • MonoTouch_AudioUnit_PlayingSoundFile -- File based sound playing sample code using ExtAudioFile. Corresponding to Obj-C_AudioUnit_ExtAFS_PlayingSourndFile
  • MonoTouch\RemoteIO_PlayThroughWithMonitoring -- Playing thorough sample project from microphone to speaker (or earphone). Obj-C_RemoteIO_PlayThroughWithMonitoring -- Start button has no effect now.

These Objective-C sample codes are of the book "iPhone Core Audio programming, NORISHISA Nagano, ISBN 978-4-7973-5515-4". You can download codes from the web site: http://www.sbcr.jp/products/4797355154.html?sku=4797355154 . The author allows us to use it for commercial and non-commercial use without license notification, unless we does no make a whole copy of or resell the book.