def _complex_spectrogram(self) -> ndarray: return librosa.stft(y=self.get_raw_audio(), n_fft=self.fourier_window_length, hop_length=self.hop_length)