From a3ac73a2ab1e89e309577bbef3572e32d11e080b Mon Sep 17 00:00:00 2001 From: btahir89 Date: Sat, 16 Nov 2024 23:45:52 -0800 Subject: [PATCH] add mobile limitation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4a0a03..12c9cc3 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ Each effect has its own volume control, so you can mix them perfectly with your - Node.js (v16 or higher) - npm or yarn +### Known Limitations + +- **Mobile Volume Control**: Due to security restrictions in mobile browsers (Safari, Chrome on iOS, etc.), programmatic volume control may not work. Users will need to use their device's physical volume buttons to adjust the audio level. +- This is a limitation imposed by mobile browsers to prevent unwanted audio experiences and cannot be circumvented via JavaScript. + ### Installation 1. Clone the repository: