Open Beanow opened 7 years ago
@Beanow haven't touched this in a while. Would you submit a PR with your changes?
I only tested this on OSX at the time, latency was around ~30-40ms. IIRC I got it down to a bearable delay by using a Line6 Toneport UX2.
Just wondering if you've found any interesting rocksmith alternatives or if any of you are looking at more guitar-on-the-web technology.
With some tinkering I've got rockscript running again, works quite well actually :+1:
But as I feared, the main issue I ran into was latency. Enabling or disabling effects in the main.js chain made no difference. It seems that the main issue is the browser itself. In Linux when I directly tied the alsa input for my guitar through jack to the output, no noticeable latency. But the
alsa_in > chromium > removed effects rockscript > chromium > alsa_out
path makes it quite difficult to listen to yourself play. Have you experienced the same on different OSes?