From 84b516956e7ca1ddd7d89890d9ff81f71fcff217 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 26 Feb 2014 13:37:37 +0000 Subject: adding audio to example --- glitcher/src/ofApp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'glitcher/src/ofApp.h') diff --git a/glitcher/src/ofApp.h b/glitcher/src/ofApp.h index fd72e87..c6c831b 100644 --- a/glitcher/src/ofApp.h +++ b/glitcher/src/ofApp.h @@ -18,7 +18,13 @@ public: void mouseReleased(int x, int y, int button); void windowResized(int w, int h); + void audioIn(float * input, int bufferSize, int nChannels); + ofxCvColorImage buffer; ofFbo renderFBO; + IplImage tmp; + + ofSoundStream soundStream; + }; -- cgit v1.2.3