Skip to content

Commit

Permalink
Add comment to WavFilePlayerUSB
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Dec 21, 2021
1 parent 51b8df1 commit 372ecdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AudioPlaySdWav playWav1;
AudioOutputUSB audioOutput; // must set Tools > USB Type to Audio
AudioOutputAnalog dac;
AudioOutputAnalog dac; // change this to AudioOutputI2S for boards without DAC output
AudioConnection patchCord1(playWav1, 0, audioOutput, 0);
AudioConnection patchCord2(playWav1, 1, audioOutput, 1);
AudioConnection patchCord3(playWav1, 0, dac, 0);
Expand Down

0 comments on commit 372ecdd

Please sign in to comment.