|
CSL
6.0
|
#include "Test_Support.cpp"Go to the source code of this file.
Macros | |
| #define | USE_TEST_MAIN |
Functions | |
| void | audio_dump () |
| void | mic_test () |
| void | filt_test () |
| void | echo_test () |
| void | panner_test () |
| void | listener_test () |
Variables | |
| juce::AudioDeviceManager * | gAudioDeviceManager |
| testStruct | audioTestList [] |
| #define USE_TEST_MAIN |
Definition at line 11 of file Test_Audio.cpp.
| void audio_dump | ( | ) |
Definition at line 21 of file Test_Audio.cpp.
References gAudioDeviceManager, and csl::logMsg().
| void mic_test | ( | ) |
Definition at line 37 of file Test_Audio.cpp.
References csl::logMsg(), runTest(), and theIO.
| void filt_test | ( | ) |
Definition at line 48 of file Test_Audio.cpp.
References BW_BAND_PASS, csl::logMsg(), runTest(), and theIO.
| void echo_test | ( | ) |
Definition at line 58 of file Test_Audio.cpp.
References csl::logMsg(), runTest(), csl::Stereoverb::setRoomSize(), and theIO.
| void panner_test | ( | ) |
Definition at line 69 of file Test_Audio.cpp.
References CSL_PI, csl::logMsg(), Osc, runTest(), and theIO.
| void listener_test | ( | ) |
Definition at line 96 of file Test_Audio.cpp.
| juce::AudioDeviceManager* gAudioDeviceManager |
Definition at line 42 of file CSL_AbstComponent.cpp.
Referenced by audio_dump(), CSLAbstComponent::CSLAbstComponent(), CSLComponent::CSLComponent(), CSLServerComponent::CSLServerComponent(), CSLServerComponent::timerCallback(), CSLAbstComponent::timerCallback(), and CSLComponent::timerCallback().
| testStruct audioTestList[] |
Definition at line 115 of file Test_Audio.cpp.