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
- Update build workflow to use Node 20.x
- Use webkitAudioContext is AudioContext is not defined
- Use audioCtx.createBuffer in place of new AudioBuffer
- Use createBufferSource in place of new AudioBufferSourceNode
- Fix layout that relied on aspect-ratio, closes#94
An issue with the sample rate still remains for modspeech.
Changes made to accommodate Safari 13 and 14.
From photos on twitter, some folks are using old enough Edge that they don't have aspect-ratio (pre v88).
We only use it for the run button and can probably avoid it so let's try that at some point.
Not urgent, it's just a flat oval and there may well be other issues with a browser that old too.
The text was updated successfully, but these errors were encountered: