You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fairly simple: have a camera looking at a cube, the cube moves around with a looping sound attached to it, you can hear the sound moving with the cube.
Need to add functionality to play a sound from the server, which already exists in the platform and needs to be brought over. Not sure how to control looping / one-shot sounds with that API - would need @ten3roberts to explain.
The text was updated successfully, but these errors were encountered:
There is an example in dims dims/examples/spatial.rs which is very similar to what is described.
All that is needed is exposing audio graph apis in the wasm client, and moving the example code into a script, as it mostly just spawns things; something the client is more than capable of.
Fairly simple: have a camera looking at a cube, the cube moves around with a looping sound attached to it, you can hear the sound moving with the cube.
Need to add functionality to play a sound from the server, which already exists in the platform and needs to be brought over. Not sure how to control looping / one-shot sounds with that API - would need @ten3roberts to explain.
The text was updated successfully, but these errors were encountered: