From c361da4c8d214e5ba40fe75eb4d00b97f92fb496 Mon Sep 17 00:00:00 2001 From: Sam-27-bit <59911383+Sam-27-bit@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:27:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f99ef..329d662 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Pitch shifter ============= -This is a very simple pith shifter using HTML5 Web Audio API. It's based in the principles of granular synthesis, +This is a very simple pitch shifter using HTML5 Web Audio API. It's based in the principles of granular synthesis, instead of FFT analysis and transformation, to keep things simple and fast. In order to use the microphone input, a browser supporting the Media Stream API is needed.