File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,10 +117,13 @@ worker.onmessage = ({ data }) => { /* { channelData, sampleRate } */ }
117117
118118## See also
119119
120+ * [ audio-encode] ( https://github.com/audiojs/audio-encode ) – encode PCM into any audio format.
120121* [ audio-type] ( https://github.com/audiojs/audio-type ) – detect audio format from buffer.
122+ <!--
121123* [wasm-audio-decoders](https://github.com/eshaz/wasm-audio-decoders) – compact & fast WASM audio decoders.
122124* [AudioDecoder](https://developer.mozilla.org/en-US/docs/Web/API/AudioDecoder) – native WebCodecs decoder API.
123125* [decodeAudioData](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData) – built-in browser decoding method.
124126* [ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm) – full encoding/decoding library.
127+ -->
125128
126129<p align =" center " ><a href =" ./LICENSE " >MIT</a > • <a href =" https://github.com/krishnized/license/ " >ॐ</a >
You can’t perform that action at this time.
0 commit comments