Skip to content

Commit 7a6dd2a

Browse files
authored
Update streams-generator_outputmixer-audiokit.ino
1 parent 3e35669 commit 7a6dd2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/examples-audiokit/streams-generator_outputmixer-audiokit/streams-generator_outputmixer-audiokit.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ AudioKitStream out;
1717
OutputMixer<int16_t> mixer(out, 2); // output mixer with 2 outputs mixing to AudioKitStream
1818
StreamCopy copier1(mixer, sound1); // copies sound into mixer
1919
StreamCopy copier2(mixer, sound2); // copies sound into mixer
20-
AudioInfo info;
2120

2221
// Arduino Setup
2322
void setup(void) {

0 commit comments

Comments
 (0)