|
|
@@ -629,14 +629,16 @@ span.mainfunction {color: #993300; font-weight: bolder} |
|
|
|
<!-- |
|
|
|
<h3>Hardware</h3> |
|
|
|
--> |
|
|
|
<!-- |
|
|
|
<h3>Examples</h3> |
|
|
|
<p class=exam>File > Examples > Audio > </p> |
|
|
|
--> |
|
|
|
<h3>Examples</h3> |
|
|
|
<p class=exam>File > Examples > Audio > HardwareTesting > PassThroughUSB</p> |
|
|
|
</p> |
|
|
|
<h3>Notes</h3> |
|
|
|
<p>Arduino's <b>Tools > USB Type</b> menu must be set to <b>Audio</b>. |
|
|
|
</p> |
|
|
|
<p align=center><img src="img/usbtype_audio.png"></p> |
|
|
|
<p>USB input & output does not cause the Teensy Audio Library to |
|
|
|
update. At least one non-USB input or output object must be |
|
|
|
present for the entire library to update properly.</p> |
|
|
|
</script> |
|
|
|
<script type="text/x-red" data-template-name="AudioInputUSB"> |
|
|
|
<div class="form-row"> |
|
|
@@ -974,16 +976,18 @@ span.mainfunction {color: #993300; font-weight: bolder} |
|
|
|
<!-- |
|
|
|
<h3>Hardware</h3> |
|
|
|
--> |
|
|
|
<!-- |
|
|
|
<h3>Examples</h3> |
|
|
|
<p class=exam>File > Examples > Audio > </p> |
|
|
|
--> |
|
|
|
<h3>Examples</h3> |
|
|
|
<p class=exam>File > Examples > Audio > HardwareTesting > WavFilePlayerUSB</p> |
|
|
|
</p> |
|
|
|
<h3>Notes</h3> |
|
|
|
<p>Arduino's <b>Tools > USB Type</b> menu must be set to <b>Audio</b>. |
|
|
|
</p> |
|
|
|
<p align=center><img src="img/usbtype_audio.png"></p> |
|
|
|
<p>USB input & output does not cause the Teensy Audio Library to |
|
|
|
update. At least one non-USB input or output object must be |
|
|
|
present for the entire library to update properly.</p> |
|
|
|
</script> |
|
|
|
<script type="text/x-red" data-template-name="AudioInputUSB"> |
|
|
|
<script type="text/x-red" data-template-name="AudioOutputUSB"> |
|
|
|
<div class="form-row"> |
|
|
|
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label> |
|
|
|
<input type="text" id="node-input-name" placeholder="Name"> |