Fixes audio recording

This commit is contained in:
Josh Perez 2023-01-26 11:57:39 -05:00 committed by GitHub
parent 10b0ec12a1
commit 28a295d4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View file

@ -157,5 +157,3 @@ export class WebAudioRecorder {
this.onError(this, `WebAudioRecorder.js: ${message}`);
}
}
window.WebAudioRecorder = WebAudioRecorder;