Juce Audio

Juce Audio

Audio Device - Core audio engine allowing communication with the underlying Operating System audio APIs

Supports several types of audio APIs, depending on the audio device driver support. The most common API in Windows is DirectSound.
With ASIO API device support, Smode can stream and read audio with very low latency. If your audio device does not support ASIO drivers, you can select its DirectSound driver or the legacy Windows Audio driver.

Parameters

  • Samples Block Size (Positive Number (> 0)) : This is the size of the waveform visualizer in number of samples.
  • Spectrum Windowing (Audio Spectrum Window) : Windowing type for computing the signal spectrum.
  • Control Panel (Trigger) : Opens the native device control panel (a DirectSound control panel for instance).

See Also: