ConfigLike

sealed trait ConfigLike
class Object
trait Matchable
class Any

Value members

Abstract methods

def bandsPerOct: Int

Number of frequency bands resolved per octave.

Number of frequency bands resolved per octave.

def maxFFTSize: Int

Maximum size of FFTs calculated. This constraints the actual bandwidth of the minimum frequency spectral resolution. Even if the bands per octave and minimum frequency would suggest a higher FFT size for low frequencies, this setting prevents these, and therefore constraints processing time.

Maximum size of FFTs calculated. This constraints the actual bandwidth of the minimum frequency spectral resolution. Even if the bands per octave and minimum frequency would suggest a higher FFT size for low frequencies, this setting prevents these, and therefore constraints processing time.

def maxFreq: Double

Highest frequency in the logarithmic spectral, in Hertz.

Highest frequency in the logarithmic spectral, in Hertz.

def maxTimeRes: Double

Maximum temporal resolution in milliseconds. This resolution is achieved for high frequencies.

Maximum temporal resolution in milliseconds. This resolution is achieved for high frequencies.

def minFreq: Double

Lowest frequency in the logarithmic spectral, in Hertz.

Lowest frequency in the logarithmic spectral, in Hertz.

def sampleRate: Double

Sampling rate of the audio material, in Hertz.

Sampling rate of the audio material, in Hertz.

Policy regarding parallelization of the calculation.

Policy regarding parallelization of the calculation.