Home
last modified time | relevance | path

Searched refs:doDoublePrecisionProcessing (Results 1 – 2 of 2) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/players/
H A Djuce_AudioProcessorPlayer.h49 AudioProcessorPlayer (bool doDoublePrecisionProcessing = false);
H A Djuce_AudioProcessorPlayer.cpp125 AudioProcessorPlayer::AudioProcessorPlayer (bool doDoublePrecisionProcessing) in AudioProcessorPlayer() argument
126 : isDoublePrecision (doDoublePrecisionProcessing) in AudioProcessorPlayer()