UNPKG

audio-recorder-polyfill

Version:

MediaRecorder polyfill to record audio in Edge and Safari

62 lines (42 loc) 1.1 kB
# Change Log This project adheres to [Semantic Versioning](http://semver.org/). ## 0.4.1 * Fix Safari playback icon (by @fjwong). ## 0.4 * Add `sampleRate` option support (by @HuiGeGeGitHub). ## 0.3.8 * Fixed ES modules support. ## 0.3.7 * Fixed TypeScript support (by Michal Dabski). ## 0.3.6 * Fix echo bug in Safari (by @sseppola). ## 0.3.5 * Fix `mpegEncoder` sample rate (by Joe Krill). ## 0.3.4 * Better fix for `createWorker` error (by @jiyonghong). ## 0.3.3 * Fix `createWorker` error. ## 0.3.2 * Fix WAV encoder regression. ## 0.3.1 * Improve examples in docs. ## 0.3 * Add ES modules support. * Use ES2016 syntax. ## 0.2 * Add MP3 encoder (by @youkaclub). ## 0.1.6 * Allow to record after calling `stop()` (by @floydback). ## 0.1.5 * Fix problem with Safari garbage collection (by Shunsuke Mano). ## 0.1.4 * Fix noise in Safari (by Sri Harsha Gangisetty). ## 0.1.3 * Fix compatibility by adding `error` event (by Tom Quirk). ## 0.1.2 * Reuse Audio Context (by Ambrose Chua). * Reduce project size. ## 0.1.1 * Use less memory during WAV encoding. ## 0.1 * Initial release.