1 2 3 4 5
import npmAudioDecodeLib from "audio-decode"; export function decodeAudioFile(buffer) { return npmAudioDecodeLib(buffer); }