From 7efa7de8b9fe41567e39c5e9b06e63784caf6d85 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 23 May 2017 21:39:26 -0400 Subject: [PATCH] Fix related links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42fb2fe..7b4cbd1 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,9 @@ let audioData = util.data(a) // [[0,0,0], [0,0,0]] ## Related -> [audio-buffer](https://github.com/audio-lab/buffer) — audio data container, both for node/browser.
+> [audio-buffer](https://github.com/audiojs/audio-buffer) — audio data container, both for node/browser.
+> [audio-buffer-list](https://github.com/audiojs/audio-buffer-list) — linked audio buffers sequence structure
+> [audio](https://github.com/audiojs/audio) — class for high-level audio manipulations, comprising the functionality of above mentioned. ## Credits