Skip to content

Commit

Permalink
I and Q channel on left and right headphone
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanu Frechen committed Oct 18, 2023
1 parent d0931e2 commit 6193ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Teensy_prototype/Teensy_prototype.ino
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ AudioConnection_F32 patchCord3b(linein, 1, Q_mixer, 1); // Q input
AudioConnection_F32 patchCord4(Q_mixer, 0, fft_IQ1024, 1); // Q-channel
AudioConnection_F32 patchCord5(linein, 0, peak1, 0);
AudioConnection_F32 patchCord6(linein, 0, headphone, 0);
AudioConnection_F32 patchCord7(linein, 0, headphone, 1);
AudioConnection_F32 patchCord7(linein, 1, headphone, 1);


void setup() {
Expand Down

0 comments on commit 6193ad7

Please sign in to comment.