extractMelSpectrogram
@siteed/audio-studio / extractMelSpectrogram
Function: extractMelSpectrogram()
extractMelSpectrogram(
options):Promise<MelSpectrogram>
Defined in: src/AudioAnalysis/extractMelSpectrogram.ts:25
Experimental
Extracts a mel spectrogram from audio data
This feature is experimental and currently only available on Android. The iOS implementation will throw an "UNSUPPORTED_PLATFORM" error. The web implementation is a placeholder that returns dummy data.
Parameters
options
Returns
Promise<MelSpectrogram>