Skip to main content

extractMelSpectrogram

@siteed/audio-studio


@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

ExtractMelSpectrogramOptions

Returns

Promise<MelSpectrogram>