diff --git a/RecordRTC.js b/RecordRTC.js index 07400d16..e6ae615c 100644 --- a/RecordRTC.js +++ b/RecordRTC.js @@ -1,6 +1,6 @@ 'use strict'; -// Last time updated: 2017-10-01 2:53:36 PM UTC +// Last time updated: 2017-10-17 2:23:06 PM UTC // ________________ // RecordRTC v5.4.5 @@ -4378,7 +4378,7 @@ if (typeof RecordRTC !== 'undefined') { * @typedef GifRecorder * @class * @example - * var recorder = new GifRecorder(mediaStream || canvas || context, { width: 1280, height: 720, frameRate: 200, quality: 10 }); + * var recorder = new GifRecorder(mediaStream || canvas || context, { onGifPreview: function, onGifRecordingStarted: function, width: 1280, height: 720, frameRate: 200, quality: 10 }); * recorder.record(); * recorder.stop(function(blob) { * img.src = URL.createObjectURL(blob); diff --git a/RecordRTC.min.js b/RecordRTC.min.js index 1eb190ca..0e5cd27c 100644 --- a/RecordRTC.min.js +++ b/RecordRTC.min.js @@ -1,6 +1,6 @@ 'use strict'; -// Last time updated: 2017-10-01 2:53:37 PM UTC +// Last time updated: 2017-10-17 2:23:06 PM UTC // ________________ // RecordRTC v5.4.5 diff --git a/simple-demos/ondataavailable-StereoAudioRecorder.html b/simple-demos/ondataavailable-StereoAudioRecorder.html new file mode 100644 index 00000000..418ec902 --- /dev/null +++ b/simple-demos/ondataavailable-StereoAudioRecorder.html @@ -0,0 +1,752 @@ + + +ondataavailable | StereoAudioRecorder | RecordRTC +

ondataavailable | StereoAudioRecorder | using RecordRTC

+ +Interval: milliseconds +
+ + + +
+ + +
+

Audio Blobs Goes Here:

+
+ + + + + + +