RagnarokResearchLab / RagLite

Standalone client/server application for locally simulating a persistent world
Mozilla Public License 2.0
14 stars 1 forks source link

Implement Sound Test menu (port from old JS implementation) #68

Open rdw-software opened 1 year ago

rdw-software commented 1 year ago

This needs the old WebAudio JS API ported to TS, and then probably some cleanup/integration with the new UI system.

rdw-software commented 11 months ago

Uh, I guess this was originally meant for the JS-based "WebClient"? In the WebGPU version there isn't even a UI currently, nor audio playback. So I guess this would need some more support for the runtime, which isn't a priority at this time.

Deferred until such a time that I feel like digging into UI and audio programming. Which might be a while...

Edit: There's another issue for audio-related stuff (#184), so I guess at some point it does need to be added.