Created
July 23, 2025 12:54
-
-
Save alastorid/b139f0c6514a19bafa783d924d04cfed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Audio.h> | |
#include <Wire.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <SerialFlash.h> | |
// GUItool: begin automatically generated code | |
AsyncAudioInputSPDIF3 spdif_async1; //xy=1365,1119 | |
AudioOutputSPDIF2 spdif2_1; //xy=2182,950 | |
AudioOutputSPDIF3 spdif3_1; //xy=2181,1250 | |
AudioConnection patchCord1(spdif_async1, 0, spdif2_1, 0); | |
AudioConnection patchCord2(spdif_async1, 0, spdif2_1, 1); | |
AudioConnection patchCord3(spdif_async1, 1, spdif3_1, 0); | |
AudioConnection patchCord4(spdif_async1, 1, spdif3_1, 1); | |
// GUItool: end automatically generated code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment