You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MRecordRTC/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ <h1>
102
102
103
103
varmRecordRTC=newMRecordRTC();
104
104
mRecordRTC.mediaType={
105
-
audio: true,// or StereoAudioRecorder or MediaStreamRecorder
106
-
video: true// or WhammyRecorder or MediaStreamRecorder
105
+
audio: true,// or StereoAudioRecorder or MediaStreamRecorder (WebAssembly also supports audio-encoding however not implemented in WebAssemblyRecorder YET)
106
+
video: true// or WhammyRecorder or MediaStreamRecorder or WebAssemblyRecorder or CanvasRecorder
0 commit comments