kaliatech / web-audio-recording-tests

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

Home Page:https://kaliatech.github.io/web-audio-recording-tests/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://kaliatech.github.io/web-audio-recording-tests/dist/

License:MIT License


Languages

Language:JavaScript 97.8%Language:Vue 2.1%Language:HTML 0.0%Language:Stylus 0.0%