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 was testing webmushra which works well with my configuration (I use pymushra to serve the website).
A colleague tested it and had some trouble getting the index page (with the default configuration).
After debugging, we discovered that his Audio Context was running at 96 kHz sample rate (mine was 48 kHz).
The error that crashes the website occurs when the MushraAudioControl calls the convolve method.
To solve this problem, we change the sample rate of the audio interface in the Windows settings to 48 kHz.
Here is the console log of his Chrome while running pymushra.
The text was updated successfully, but these errors were encountered:
I was testing webmushra which works well with my configuration (I use pymushra to serve the website).
A colleague tested it and had some trouble getting the index page (with the default configuration).
After debugging, we discovered that his Audio Context was running at 96 kHz sample rate (mine was 48 kHz).
The error that crashes the website occurs when the
MushraAudioControl
calls theconvolve
method.To solve this problem, we change the sample rate of the audio interface in the Windows settings to 48 kHz.
Here is the console log of his Chrome while running pymushra.
The text was updated successfully, but these errors were encountered: