Skip to content

Support MediaElement.volume values greater than 1 #11848

@Jamie0

Description

@Jamie0

What problem are you trying to solve?

We develop an application used by broadcasters, which plays back audio with a dynamic normalisation "gain" value, which can be greater than 1.

What solutions exist today?

At the moment, to apply a gain value greater than one, we must either use the W3C WebAudio API - which can produce choppy playback under high load due to its realtime nature - or, transcode the file in the browser and apply the gain at sample level, playing the file back using MediaSource extensions to allow fast seeking.

Both of these result in a poorer user experience.

How would you solve it?

By allowing the "volume" attribute to increase to values above 1.0

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    addition/proposalNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions