Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 555 Bytes

audioIO

still a WIP. Heavily based on ofxAudioAnalyzer and Sonoscopio.

Access audio stream from device, analyze it and send datas.

audioIO will trigger an aio-datas event, containing an array with datas for active channels, each with a channel property. Event will also contain an empty object as last item: this is a JSON hack that will be removed some day.

Build

I do not use xcode to work with oF.

$ make
$ make install