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
MMLLQitch requires floating variable sr to be set in the surrounding javascript otherwise it fails. E.g in this example project, there is no real need to make sr and set it to sampleRate, but if its no included then theres errors
MMLLQitch requires floating variable sr to be set in the surrounding javascript otherwise it fails. E.g in this example project, there is no real need to make sr and set it to sampleRate, but if its no included then theres errors
https://mimicproject.com/code/9ffb5eb7-b3dd-f19b-0a17-4e2b8494d16f
as a solution , looking at the listener code line 44 of MMLLQitch.js
self.m_SR = sr;
should be
self.m_SR = sampleRate;
The text was updated successfully, but these errors were encountered: