MelSpectrogramΒΆ
A preprocessing layer to convert raw audio signals to Mel spectrograms.
Abstract Signature:
MelSpectrogram(fft_length: int = 2048, sequence_stride: int = 512, num_mel_bins: int = 128, sampling_rate: int = 16000)
Apple MLX
API:
βStrategy: Custom / Partial
Flax NNX
API:
βStrategy: Custom / Partial
PaxML / Praxis
API:
βStrategy: Custom / Partial