extractMelSpectrogram
@siteed/audio-studio / extractMelSpectrogram
Function: extractMelSpectrogram()
extractMelSpectrogram(
options):Promise<MelSpectrogram>
Defined in: src/AudioAnalysis/extractMelSpectrogram.ts:33
Experimental
Extracts a mel spectrogram from audio data
This feature is experimental. Uses shared C++ implementation on all platforms (native on iOS/Android, WASM on web).
Parameters
options
Returns
Promise<MelSpectrogram>