mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
https only for WebRTC access
This commit is contained in:
parent
07edee5448
commit
d2d8515a00
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@
|
|||
<div id="Content" class="FullScreen">
|
||||
<div id="Title">Microphone</div>
|
||||
<div id="Explanation">
|
||||
If supported, Tone.Microphone uses <code>getUserMedia</code> to open
|
||||
the user's microphone where it can then be processed with Tone.js.
|
||||
If supported, Tone.Microphone uses <code>getUserMedia</code> to open the user's microphone where it can then be processed with Tone.js. Note that WebRTC has been deprecated for non-https domains.
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue