Skip to content

Commit

Permalink
chore: cleanup, no more recordRtcRecorder needed
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed May 30, 2023
1 parent 01aa1d3 commit 5698452
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
7 changes: 0 additions & 7 deletions src/lib/recorder/mediaRecorder.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import AudioRecorder from 'audio-recorder-polyfill';

/**
* This implementation uses the native mediaRecorder api.
* Unfortunately, it didn't reliably work with Safari or Tauri.
*
* For the main implementation, see {@link ./recordRtcRecorder.ts}.
*/

let mediaRecorder: MediaRecorder | null = null;
let recordedChunks: Blob[] = [];

Expand Down
79 changes: 0 additions & 79 deletions src/lib/recorder/recordRtcRecorder.ts

This file was deleted.

0 comments on commit 5698452

Please sign in to comment.