This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
audio.rs:
//! This example illustrates how to load and play an audio file.
//! For loading additional audio formats, you can enable the corresponding feature for that audio format.
use *;