Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 345 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 345 Bytes

AudioBufferPlayer

Demo project that shows how to do simple sound synthesis using Audio Queues. The MHAudioBufferPlayer class takes care of setting up the Audio Session and managing the Audio Queue. Your code only has to implement a delegate to fill up the audio buffers with the synthesized sound.

See "Notes" file for project information.