Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve support for older Safari versions (except speech) (#109)
- 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.
- Loading branch information