Skip to content

Commit ad56ff9

Browse files
committed
updated track names and added a new click and stream shutdown sound for short bursts. I like this better
1 parent 7733210 commit ad56ff9

File tree

9 files changed

+5
-8
lines changed

9 files changed

+5
-8
lines changed

Arduino/Neutrino_Wand/Neutrino_Wand.ino

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ const String texTrack = "T09 WAV";
8686
const String choreTrack = "T10 WAV";
8787
const String toolsTrack = "T11 WAV";
8888
const String listenTrack = "T12 WAV";
89-
const String thatTrack = "T14 WAV";
90-
const String neutronizedTrack="T17 WAV";
91-
const String boxTrack = "T18 WAV";
92-
const String themeTrack = "T19 OGG";
89+
const String thatTrack = "T13 WAV";
90+
const String neutronizedTrack="T14 WAV";
91+
const String boxTrack = "T15 WAV";
92+
const String themeTrack = "T16 OGG";
9393

9494
// this queue holds a shuffled list of dialog tracks we can pull from so we don't
9595
// play the same ones twice
@@ -350,10 +350,7 @@ void loop() {
350350
playAudio(endTrack, playing);
351351
}
352352
} else {
353-
// otherwise just shutdown the stream without the powerdown
354-
if (playing == 0) {
355-
sfx.stop();
356-
}
353+
playAudio(endTrack, playing);
357354
}
358355
}
359356
}

Sounds/T02.wav

-45.2 KB
Binary file not shown.

Sounds/T05.wav

7.48 KB
Binary file not shown.

Sounds/T13.wav

-5.53 KB
Binary file not shown.

Sounds/T14.wav

8.62 KB
Binary file not shown.

Sounds/T15.wav

45.3 KB
Binary file not shown.

Sounds/T16.wav

-340 KB
Binary file not shown.

Sounds/T17.wav

-569 KB
Binary file not shown.

Sounds/T18.wav

-581 KB
Binary file not shown.

0 commit comments

Comments
 (0)