#include <AudioComponent.h>
Public Attributes | |
AudioDeviceManager | deviceManager |
Private Member Functions | |
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioComponent) |
Private Attributes | |
bool | isPlaying |
AudioProcessorPlayer * | graphPlayer |
Interfaces with system audio hardware.
Uses the audio card to generate the callbacks to run the ProcessorGraph during data acquisition.
Sends output to the audio card for audio monitoring.
Determines the initial size of the sample buffer (crucial for real-time feedback latency).