def reconstructed_audio_from_spectrogram(self) -> ndarray: return librosa.istft(self._complex_spectrogram(), win_length=self.fourier_window_length, hop_length=self.hop_length)