An open API service indexing awesome lists of open source software.

https://github.com/yeeking/simpleaudioinprocessing

Simple as possible callback based audio library for Processing
https://github.com/yeeking/simpleaudioinprocessing

Last synced: about 1 month ago
JSON representation

Simple as possible callback based audio library for Processing

Awesome Lists containing this project

README

        

This is a simple, low level audio library for Processing. Technically, its not even a library.

Just take one of the examples and add your own DSP code to the generateAudioOut method. Whatever you put in the buffer will be sent to the sound card.