Reputation: 7631
I saw that the web audio API only allows to set volume up-to 100%. Is there a way to allow a user to increase it beyond 100%? I thought doing it server side (e.g. modifying the original audio using ffmpeg. I'm aware that this amplification might cause a loss of quality). Is there an easier way (preferebally client-side only)?
Upvotes: 1
Views: 356