is it possible to manage audio channels balance in html5 using Javascript?
<audio id="audio_left" preload="auto">
<source src="audio/audio_left.ogg" type="audio/ogg"></source>
<source src="audio/audio_left.mp3" type="audio/mp3"></source>
</audio>
At the moment, no, as the Media API only provides high-level access to media files. There are a number of other APIs being developed, such as Mozilla's Audio Data API which provides more low-level stuff, but even that currently doesn't seem to support what you want. The Web Audio API provides a lot more, but again is still being developed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With