dimid
dimid

Reputation: 7631

How to increase web-audio volume beyond 100%?

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

Answers (1)

Kilian Hertel
Kilian Hertel

Reputation: 237

Use the gain Node. It has no maximum like le_m said.

Upvotes: 1

Related Questions