Skip to content

Commit

Permalink
Manually apply pr WebAudio#1285
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoy committed Sep 6, 2017
1 parent 8b8dd96 commit 0124f92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2446,6 +2446,16 @@ <h2>
</ol>
</li>
</ol>
<p>
When an <a>AudioContext</a> is closed, any
<code>MediaStream</code>s and <code>HTMLMediaElement</code>s
that were connected to an <a>AudioContext</a> will have their
output ignored. That is, these will no longer cause any output
to speakers or other output devices. For more flexibility in
behavior, consider using <a href=
"https://w3c.github.io/mediacapture-fromelement/#dom-htmlmediaelement-capturestream()">
<code>HTMLEMediaElement.captureStream()</code></a>.
</p>
<p class="note">
When an <a>AudioContext</a> has been closed, implementation can
choose to aggressively release more resources than when
Expand Down

0 comments on commit 0124f92

Please sign in to comment.