<!DOCTYPEhtml>
<html class="reftest-wait">
<head>
<title> Bug 1368490 : Crash if media recorder source stream reduces number of channels. </title>
</head>
<meta charset="utf-8">
<script type="text/javascript">
function boom() {
let audioContext = new window.AudioContext();
let oscillator = audioContext.createOscillator();
let dst = audioContext.createMediaStreamDestination();
oscillator.channelCount = 4;
dst.channelCount = 4;
oscillator.connect(dst, 0, 0);
oscillator.start();
mediaRec = new MediaRecorder(dst.stream);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.