Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created July 23, 2025 12:54
Show Gist options
  • Save alastorid/b139f0c6514a19bafa783d924d04cfed to your computer and use it in GitHub Desktop.
Save alastorid/b139f0c6514a19bafa783d924d04cfed to your computer and use it in GitHub Desktop.
#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