dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Support of `prefers-reduced-data` feature #183

Open dascritch opened 1 year ago

dascritch commented 1 year ago

As an user I want to minimize my downloads To reduce my phone bill

There is a CSS rule for that, we can exploit it in javvascript to NOT getting even metadata and wait for a voluntary action from the user https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-data

As for https://github.com/dascritch/cpu-audio/issues/180#issuecomment-1238250262 , we can use window.matchMedia().matches

On the other side, we can sensibilize and recommend integrators about audio encoding, and also set correctly a source order https://github.com/dascritch/cpu-audio/blob/master/INSTALL.md#indicate-a-prefered-downloadable-audio-resource