Robert Oschler
Robert Oschler
@c-morten The text doesn't matter. I've run a lot of tests. To test for yourself, just grab 5 to 10 minutes worth of text off the web, anywhere, and just...
@c-morten Does the Sumerian Hosts use WAV or MP3 generated audio when creating TTS through Polly via the `TextToSpeechFeature._synthesizeAudio` call? I found this Stack Overflow post that mentions crackling audio...
Ok, thanks. I was hoping it was WAV. Looks like I'm going to have fork and dig deeper. It happens on all stations.
I'll try the tests you suggest. One major point. I have 3 hosts on the screen and each of them speaks for 1/3 of the time (Luke, Cristine, & Alien)....
@c-morten Just tested on FireFox. Happens with FireFox too, same pattern too. Where do I look to give you the correct answer to "what build are you using?"? Regarding memory...
@c-morten I watched memory/CPU/GPU in both the main System Monitor (Windows 8) and the Chrome Task Manager. Memory did not jump around much, but I did see something strange. When...
@c-morten I found a tutorial on debugging web audio problems using Chrome DevTools, especially in regards to crackling: https://web.dev/profiling-web-audio-apps-in-chrome/ Here are some screenshots showing the performance metrics before and after...
@c-morten Here's the package.json reference for `amazon-sumerian-hosts`: ``` "devDependencies": { "amazon-sumerian-hosts": "^1.3.1" } ``` I am using `host.three.js`.
Any updates? I still have this problem and it happens consistently.
"Can you reproduce this using three.js traditional audio rather than positional audio? To do this, do not define the attachTo property of the options object you pass when creating the...