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
I'm not sure about the state of this project, but I wanna share some issue I'm having with the library, hoping I could get some more experienced insight, for someone who knows better, or who had this kind of issue already.
I've been trying to use 3D positional audio with this library, after trying with Omnitone and JSAmbisonics as well, and I always get the same issue : when moving the camera, above a certain speed, the audio starts stuttering / popping. With this SDK, it's really crackling a lot, especially when getting closer to the object which is attached some audio sample. I reduced the character speed, and the camera rotation speed, but it's still very annoying.
Here are the repo (https://github.com/polar0/metaverse) and the demo (https://polar0.github.io/metaverse/) if you want to hear. You just need to move for a bit and you will notice it. It did not find anything that could help me across the few other threads of people having the same kind of issue.
In the repo, you will find the 'src/World/audio' path, in which there is 'main.js' initiating the main audio functions, and 'positioned.js' with the problematic sounds spatializing. There is also a 'resonance-audio.js' file, but it's not relevant, I just modified it a bit to be able to access the Omnitone renderer. But the issue was already there before.
I hope we can find some way to go through this bug. Thank you anyway if you took the time to read me, and/or to go through the code.
polarzero
The text was updated successfully, but these errors were encountered:
Hello,
I'm not sure about the state of this project, but I wanna share some issue I'm having with the library, hoping I could get some more experienced insight, for someone who knows better, or who had this kind of issue already.
I've been trying to use 3D positional audio with this library, after trying with Omnitone and JSAmbisonics as well, and I always get the same issue : when moving the camera, above a certain speed, the audio starts stuttering / popping. With this SDK, it's really crackling a lot, especially when getting closer to the object which is attached some audio sample. I reduced the character speed, and the camera rotation speed, but it's still very annoying.
Here are the repo (https://github.com/polar0/metaverse) and the demo (https://polar0.github.io/metaverse/) if you want to hear. You just need to move for a bit and you will notice it. It did not find anything that could help me across the few other threads of people having the same kind of issue.
In the repo, you will find the 'src/World/audio' path, in which there is 'main.js' initiating the main audio functions, and 'positioned.js' with the problematic sounds spatializing. There is also a 'resonance-audio.js' file, but it's not relevant, I just modified it a bit to be able to access the Omnitone renderer. But the issue was already there before.
I hope we can find some way to go through this bug. Thank you anyway if you took the time to read me, and/or to go through the code.
polarzero
The text was updated successfully, but these errors were encountered: