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
- Host: GitHub
- URL: https://github.com/yeeking/simpleaudioinprocessing
- Owner: yeeking
- Created: 2012-05-23T13:12:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-23T13:20:33.000Z (about 13 years ago)
- Last Synced: 2023-04-12T04:48:33.703Z (about 2 years ago)
- Language: Java
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.