From 60f23557c2e69c253d77ff7eb4ef535b0f4dce03 Mon Sep 17 00:00:00 2001 From: Slipp Douglas Thompson Date: Fri, 2 Dec 2022 22:29:55 -0600 Subject: [PATCH] =?UTF-8?q?Removed=20support=20line=E2=80=94=20AudioWorkle?= =?UTF-8?q?tProcessor=20is=20now=20supported=20by=20all=20browsers.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to the MDN page (linked in the readme), AudioWorkletProcessor is now supported by all significant browsers, desktop and mobile. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f71c3ef..39c4698 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Phaze is a real-time pitch-shifter based on the the method described [here][1], implemented as a Web Audio [AudioWorkletProcessor][2]. It supports mono and multi-channel processing. -Please note that AudioWorkletProcessors are currently (January 2021) only supported in Chrome and Firefox. - [1]: https://www.researchgate.net/publication/228756320_New_phase-vocoder_techniques_for_real-time_pitch_shifting [2]: https://developer.mozilla.org/docs/Web/API/AudioWorkletProcessor