/web-audio-recording-tests

Web audio recording tests, particularly for verifying functionality on iOS/Safari.

Primary LanguageJavaScriptMIT LicenseMIT

Web Audio Recording Tests

UPDATE 2021-01!!!

As of 14.3, iOS seems to have finally enabled the native MediaRecorder. All tests in this site use feature detection of MediaRecorder, and so continue to work, but now use MediaRecorder on iOS. This makes many of the notes and code here less relevant unless needing to support older browsers that don't have a MediaRecorder.

More Info



Overview

Tests of web audio API recording that work across all browsers, including iOS/Safari 11.2.x and newer.

This was built as a single page application using vue and webpack, and it includes a number of advanced components that are not important for doing basic stable recording. A simpler version, using plain javascript only, is available here:

Screenshot

Screenshot