Author Archives: Samarth Bahuguna

openFrameworks Addons

The two openFrameworks addons I combined were:

  1. ofxAudioUnit
  2. ofxTimeMeasurements

ofxAudioUnit gives several audio capabilities to work with. I ran a very simple piece of code which constantly took audio input from the microphone and output it from the speaker. This …