ofAudioEventArgs
This class is integrated into the openframeworks events system. When an audio event (audio received, audio requested) happens we record audio information inside an object of the class. Used to send event messages. In the new openFrameworks release we can find a very ilustrative example about how to use events in openFrameworks.
ofAudioEventArgs methods
buffer()
ofAudioEventArgs::buffer()
When an audio event (audio received, audio requested) happens input/output sound info gets recorded in buffer vector.
bufferSize()
ofAudioEventArgs::bufferSize()
When an audio event (audio received, audio requested) happens we record here the size of the vector containing sound information.
