That works both native and on web
Native - will play the audio once and exit:
cargo run --package geng-web-audio-api-example
Web (using Trunk) - will play audio every time you click anywhere:
trunk serve --open
That works both native and on web
Native - will play the audio once and exit:
cargo run --package geng-web-audio-api-example
Web (using Trunk) - will play audio every time you click anywhere:
trunk serve --open