Skip to content

Commit 63cae09

Browse files
authored
Clean up 'See also' section in readme.md
Removed commented-out links from the 'See also' section.
1 parent a7499fd commit 63cae09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)