From 1c1ad0355b1e5757ee1d816451c5c63fec878288 Mon Sep 17 00:00:00 2001 From: Progoogler Date: Mon, 27 Aug 2018 13:25:55 -0700 Subject: [PATCH] Corrected setVolume() range --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f1673e..33ca0ffd 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ whoosh.play((success) => { }); // Reduce the volume by half -whoosh.setVolume(0.5); +whoosh.setVolume(0.05); // Position the sound to the full right in a stereo field whoosh.setPan(1);