Browse Source

Document experimental SD library optimization

dds
PaulStoffregen 8 years ago
parent
commit
ae52c06b93
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      gui/index.html

+ 7
- 0
gui/index.html View File

Disabling the audio library interrupt for too long may cause audible Disabling the audio library interrupt for too long may cause audible
dropouts or glitches. dropouts or glitches.
</p> </p>
<p>An experimental SD library optimization exists, which can remove these
SD library restrictions. It also allows reliable playback of more
files at the same time. To enable this special code, find and edit
the SD_t3.h file within your Arduino folder. See the comments within
that file for details.
</p>

</script> </script>
<script type="text/x-red" data-template-name="AudioPlaySdWav"> <script type="text/x-red" data-template-name="AudioPlaySdWav">
<div class="form-row"> <div class="form-row">

Loading…
Cancel
Save