NorskTransform.audioDecode() method
Decode an audio stream to raw PCM this isn’t usually needed because decode will happen automatically for nodes that need raw data however it can be useful for explicitly controlling the decode pipeline
Signature:
audioDecode(settings: AudioDecodeSettings): Promise<AudioDecodeNode>;
Parameters
Find Examples
Search for examples using audioDecode in our examples repo.