Transforms¶
-
class
untwist.transforms.STFT(window=None, fft_size=1024, hop_size=512)[source]¶ Short-Time Fourier Transform Input should be a mono Wave, output is a complex spectrogram
-
process(*args)¶
-
-
class
untwist.transforms.ISTFT(window=None, fft_size=1024, hop_size=512, sample_rate=44100)[source]¶ Inverse Short-Time Fourier Transform Input should be a complex spectrogram, output is mono Wave
-
process(*args)¶
-