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
Remove the use of Web Audio API ScriptProcessorNode for queueing buffers. It doesn't improve in practice, generates a new set of compatibility bugs and is limited to one sampling frequency only (which the browser either matches or doesn't match at random). Keep the code simple and use a unified path for SDL audio in all audio frequencies.
varsizeSamplesPerChannel=SDL.audio.bufferSize/SDL.audio.bytesPerSample/SDL.audio.channels;// How many samples per a single channel fit in the cb buffer?
0 commit comments