Home
last modified time | relevance | path

Searched refs:fft_range_db (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/src/general/
H A Danalyser.cc24 const float Analyser::fft_range_db (120); // dB member in Analyser
202 if (level < -fft_range_db) continue; in process()
203 const float pk = level > 0.0 ? 1.0 : (fft_range_db + level) / fft_range_db; in process()
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/general/
H A Danalyser.h44 static const float fft_range_db; variable
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_analysis_graphs.cc358 snprintf (buf, sizeof (buf), "%.0f", AudioGrapher::Analyser::fft_range_db * -fract); in spectrum_legend()