compute-stft-feats.py
Less than 1 minute
compute-stft-feats.py
compute STFT feature from WAV
usage: compute-stft-feats.py [-h] [--fs FS] [--n_fft N_FFT] [--n_shift N_SHIFT] [--win_length [WIN_LENGTH]] [--window {hann,hamming}] [--write-num-frames WRITE_NUM_FRAMES]
[--filetype {mat,hdf5}] [--compress COMPRESS] [--compression-method COMPRESSION_METHOD] [--verbose VERBOSE] [--normalize {1,16,24,32}] [--segments SEGMENTS]
rspecifier wspecifier