From 4b58a9acfdf281c8798ded422e9d5b4fa8ecf933 Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:22:47 +0530 Subject: [PATCH] MediaRecorder: Update dom-examples links --- files/en-us/web/api/mediarecorder/dataavailable_event/index.md | 2 +- files/en-us/web/api/mediarecorder/index.md | 2 +- files/en-us/web/api/mediarecorder/mediarecorder/index.md | 2 +- files/en-us/web/api/mediarecorder/mimetype/index.md | 2 +- files/en-us/web/api/mediarecorder/pause/index.md | 2 +- files/en-us/web/api/mediarecorder/pause_event/index.md | 2 +- files/en-us/web/api/mediarecorder/requestdata/index.md | 2 +- files/en-us/web/api/mediarecorder/resume/index.md | 2 +- files/en-us/web/api/mediarecorder/resume_event/index.md | 2 +- files/en-us/web/api/mediarecorder/start/index.md | 2 +- files/en-us/web/api/mediarecorder/start_event/index.md | 2 +- files/en-us/web/api/mediarecorder/state/index.md | 2 +- files/en-us/web/api/mediarecorder/stop/index.md | 2 +- files/en-us/web/api/mediarecorder/stop_event/index.md | 2 +- files/en-us/web/api/mediarecorder/stream/index.md | 2 +- files/en-us/web/api/mediarecorder/warning_event/index.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/files/en-us/web/api/mediarecorder/dataavailable_event/index.md b/files/en-us/web/api/mediarecorder/dataavailable_event/index.md index bfc923eaea426e7..0727da8034c8e7f 100644 --- a/files/en-us/web/api/mediarecorder/dataavailable_event/index.md +++ b/files/en-us/web/api/mediarecorder/dataavailable_event/index.md @@ -93,6 +93,6 @@ mediaRecorder.ondataavailable = function(e) { - [Using the MediaStream Recording API](/en-US/docs/Web/API/MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/index.md b/files/en-us/web/api/mediarecorder/index.md index 212e3d10505c7d5..e217093178ea0bc 100644 --- a/files/en-us/web/api/mediarecorder/index.md +++ b/files/en-us/web/api/mediarecorder/index.md @@ -164,7 +164,7 @@ if (navigator.mediaDevices) { ## See also - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) -- [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) +- [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [Recording a media element](/en-US/docs/Web/API/MediaStream_Recording_API/Recording_a_media_element) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("MediaDevices.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/mediarecorder/index.md b/files/en-us/web/api/mediarecorder/mediarecorder/index.md index 78f1fa61d323c5a..9f93ba58f4b7c2c 100644 --- a/files/en-us/web/api/mediarecorder/mediarecorder/index.md +++ b/files/en-us/web/api/mediarecorder/mediarecorder/index.md @@ -114,6 +114,6 @@ if (navigator.mediaDevices.getUserMedia) { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("MediaDevices.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/mimetype/index.md b/files/en-us/web/api/mediarecorder/mimetype/index.md index 66dc4c9ae8c3f20..d34d466a4b01461 100644 --- a/files/en-us/web/api/mediarecorder/mimetype/index.md +++ b/files/en-us/web/api/mediarecorder/mimetype/index.md @@ -97,6 +97,6 @@ by `m.mimeType` would then be - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [The "codecs" parameter in common media types](/en-US/docs/Web/Media/Formats/codecs_parameter) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("MediaDevices.getUserMedia()")}} diff --git a/files/en-us/web/api/mediarecorder/pause/index.md b/files/en-us/web/api/mediarecorder/pause/index.md index 17bf0f6aee452c0..f2bcb77dd8ae998 100644 --- a/files/en-us/web/api/mediarecorder/pause/index.md +++ b/files/en-us/web/api/mediarecorder/pause/index.md @@ -72,6 +72,6 @@ pause.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/pause_event/index.md b/files/en-us/web/api/mediarecorder/pause_event/index.md index cb5afd57977ebd0..2bfd1e0f1b816a3 100644 --- a/files/en-us/web/api/mediarecorder/pause_event/index.md +++ b/files/en-us/web/api/mediarecorder/pause_event/index.md @@ -74,6 +74,6 @@ None. - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/requestdata/index.md b/files/en-us/web/api/mediarecorder/requestdata/index.md index 7ecceacb7910a93..c3cc422bd62f559 100644 --- a/files/en-us/web/api/mediarecorder/requestdata/index.md +++ b/files/en-us/web/api/mediarecorder/requestdata/index.md @@ -79,6 +79,6 @@ captureMedia.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/resume/index.md b/files/en-us/web/api/mediarecorder/resume/index.md index 1ee149a2b666708..cfb8edb6c9ae42d 100644 --- a/files/en-us/web/api/mediarecorder/resume/index.md +++ b/files/en-us/web/api/mediarecorder/resume/index.md @@ -77,6 +77,6 @@ pause.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/resume_event/index.md b/files/en-us/web/api/mediarecorder/resume_event/index.md index 0e972ad055f31f2..3be2a9d3dfa3eed 100644 --- a/files/en-us/web/api/mediarecorder/resume_event/index.md +++ b/files/en-us/web/api/mediarecorder/resume_event/index.md @@ -74,6 +74,6 @@ None. - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/start/index.md b/files/en-us/web/api/mediarecorder/start/index.md index 87ab87715a460c1..0a0bab3553686bf 100644 --- a/files/en-us/web/api/mediarecorder/start/index.md +++ b/files/en-us/web/api/mediarecorder/start/index.md @@ -118,6 +118,6 @@ record.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("MediaDevices.getUserMedia", "getUserMedia()")}} diff --git a/files/en-us/web/api/mediarecorder/start_event/index.md b/files/en-us/web/api/mediarecorder/start_event/index.md index 4d67acb8944cf8d..ba127f4dbb6e1b8 100644 --- a/files/en-us/web/api/mediarecorder/start_event/index.md +++ b/files/en-us/web/api/mediarecorder/start_event/index.md @@ -65,6 +65,6 @@ None. - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/state/index.md b/files/en-us/web/api/mediarecorder/state/index.md index 0338015c603e741..97f4f894a55ef22 100644 --- a/files/en-us/web/api/mediarecorder/state/index.md +++ b/files/en-us/web/api/mediarecorder/state/index.md @@ -52,6 +52,6 @@ record.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/stop/index.md b/files/en-us/web/api/mediarecorder/stop/index.md index 2df7771c7ff4b8b..188bf94c82e400a 100644 --- a/files/en-us/web/api/mediarecorder/stop/index.md +++ b/files/en-us/web/api/mediarecorder/stop/index.md @@ -71,6 +71,6 @@ stop.onclick = function() { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/stop_event/index.md b/files/en-us/web/api/mediarecorder/stop_event/index.md index a4dd42b0e7f3886..571ecf23067d67c 100644 --- a/files/en-us/web/api/mediarecorder/stop_event/index.md +++ b/files/en-us/web/api/mediarecorder/stop_event/index.md @@ -68,6 +68,6 @@ mediaRecorder.ondataavailable = function(e) { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/stream/index.md b/files/en-us/web/api/mediarecorder/stream/index.md index ad1d3b702e079e8..50cd87fa0bf4f07 100644 --- a/files/en-us/web/api/mediarecorder/stream/index.md +++ b/files/en-us/web/api/mediarecorder/stream/index.md @@ -57,6 +57,6 @@ if (navigator.getUserMedia) { - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) - [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + - getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}} diff --git a/files/en-us/web/api/mediarecorder/warning_event/index.md b/files/en-us/web/api/mediarecorder/warning_event/index.md index 33951e9e0caf867..52f5d09ac73a20b 100644 --- a/files/en-us/web/api/mediarecorder/warning_event/index.md +++ b/files/en-us/web/api/mediarecorder/warning_event/index.md @@ -40,6 +40,6 @@ mediaRecorder.onwarning = function(e) { ## See also - [Using the MediaRecorder API](/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API) -- [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/media/web-dictaphone/).) +- [Web Dictaphone](https://mdn.github.io/dom-examples/media/web-dictaphone/): MediaRecorder + getUserMedia + Web Audio API visualization demo, by [Chris Mills](https://twitter.com/chrisdavidmills) ([source on GitHub](https://github.com/mdn/dom-examples/tree/master/media/web-dictaphone).) - [simpl.info MediaStream Recording demo](https://simpl.info/mediarecorder/), by [Sam Dutton](https://twitter.com/sw12). - {{domxref("Navigator.getUserMedia")}}