Skip to content

Commit

Permalink
@osukono #337 check simple-demos/ondataavailable-StereoAudioRecorder.…
Browse files Browse the repository at this point in the history
…html
  • Loading branch information
muaz-khan committed Oct 17, 2017
1 parent c1e4e99 commit ab6300a
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion RecordRTC.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab6300a

Please sign in to comment.