Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pitch/speed issue on devices with different sample rates (#98)
This fixes an issue where different devices and browsers would result in pitch/speed discrepancies when playing back audio files. The `sampleRate` option wasn't well supported, but is now implemented by all browsers: https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/AudioContext#browser_compatibility Co-authored-by: Tom Robinson <[email protected]>
- Loading branch information