In this section, you will find examples of working with sound in openFrameworks (loading a sound file, synthesizing sound in OF, and more).
- audioInputExample
- audioOutputExample
- soundBufferExample - Plays sounds using
ofSoundBuffer
(3 sine oscillators and 3 LFOs) - soundPlayerExample - Loading sound files from your disk and allowing the user to change the playback speed interactively.
- soundPlayerFFTExample