Skip to content

Commit

Permalink
WIP: Implement chord-ate quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Sep 4, 2023
1 parent 50f1677 commit 8db72dc
Show file tree
Hide file tree
Showing 65 changed files with 57,558 additions and 57,223 deletions.
293 changes: 243 additions & 50 deletions discord/hayaoshi.ts

Large diffs are not rendered by default.

Binary file added discord/sounds/notes/A#1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A#2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A#3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A#4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A#5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/A5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/B1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/B2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/B3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/B4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/B5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C#1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C#2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C#3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C#4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C#5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/C6.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D#1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D#2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D#3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D#4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D#5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/D5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/E1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/E2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/E3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/E4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/E5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F#1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F#2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F#3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F#4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F#5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/F5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G#1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G#2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G#3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G#4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G#5.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G1.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G2.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G3.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G4.ogg
Binary file not shown.
Binary file added discord/sounds/notes/G5.ogg
Binary file not shown.
61 changes: 61 additions & 0 deletions discord/sounds/notes/convert.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
ffmpeg -i A#1.wav -t 4 -c:a libopus -ac 1 -b:a 64k A#1.ogg
ffmpeg -i A#2.wav -t 4 -c:a libopus -ac 1 -b:a 64k A#2.ogg
ffmpeg -i A#3.wav -t 4 -c:a libopus -ac 1 -b:a 64k A#3.ogg
ffmpeg -i A#4.wav -t 4 -c:a libopus -ac 1 -b:a 64k A#4.ogg
ffmpeg -i A#5.wav -t 4 -c:a libopus -ac 1 -b:a 64k A#5.ogg
ffmpeg -i A1.wav -t 4 -c:a libopus -ac 1 -b:a 64k A1.ogg
ffmpeg -i A2.wav -t 4 -c:a libopus -ac 1 -b:a 64k A2.ogg
ffmpeg -i A3.wav -t 4 -c:a libopus -ac 1 -b:a 64k A3.ogg
ffmpeg -i A4.wav -t 4 -c:a libopus -ac 1 -b:a 64k A4.ogg
ffmpeg -i A5.wav -t 4 -c:a libopus -ac 1 -b:a 64k A5.ogg
ffmpeg -i B1.wav -t 4 -c:a libopus -ac 1 -b:a 64k B1.ogg
ffmpeg -i B2.wav -t 4 -c:a libopus -ac 1 -b:a 64k B2.ogg
ffmpeg -i B3.wav -t 4 -c:a libopus -ac 1 -b:a 64k B3.ogg
ffmpeg -i B4.wav -t 4 -c:a libopus -ac 1 -b:a 64k B4.ogg
ffmpeg -i B5.wav -t 4 -c:a libopus -ac 1 -b:a 64k B5.ogg
ffmpeg -i C#1.wav -t 4 -c:a libopus -ac 1 -b:a 64k C#1.ogg
ffmpeg -i C#2.wav -t 4 -c:a libopus -ac 1 -b:a 64k C#2.ogg
ffmpeg -i C#3.wav -t 4 -c:a libopus -ac 1 -b:a 64k C#3.ogg
ffmpeg -i C#4.wav -t 4 -c:a libopus -ac 1 -b:a 64k C#4.ogg
ffmpeg -i C#5.wav -t 4 -c:a libopus -ac 1 -b:a 64k C#5.ogg
ffmpeg -i C1.wav -t 4 -c:a libopus -ac 1 -b:a 64k C1.ogg
ffmpeg -i C2.wav -t 4 -c:a libopus -ac 1 -b:a 64k C2.ogg
ffmpeg -i C3.wav -t 4 -c:a libopus -ac 1 -b:a 64k C3.ogg
ffmpeg -i C4.wav -t 4 -c:a libopus -ac 1 -b:a 64k C4.ogg
ffmpeg -i C5.wav -t 4 -c:a libopus -ac 1 -b:a 64k C5.ogg
ffmpeg -i C6.wav -t 4 -c:a libopus -ac 1 -b:a 64k C6.ogg
ffmpeg -i D#1.wav -t 4 -c:a libopus -ac 1 -b:a 64k D#1.ogg
ffmpeg -i D#2.wav -t 4 -c:a libopus -ac 1 -b:a 64k D#2.ogg
ffmpeg -i D#3.wav -t 4 -c:a libopus -ac 1 -b:a 64k D#3.ogg
ffmpeg -i D#4.wav -t 4 -c:a libopus -ac 1 -b:a 64k D#4.ogg
ffmpeg -i D#5.wav -t 4 -c:a libopus -ac 1 -b:a 64k D#5.ogg
ffmpeg -i D1.wav -t 4 -c:a libopus -ac 1 -b:a 64k D1.ogg
ffmpeg -i D2.wav -t 4 -c:a libopus -ac 1 -b:a 64k D2.ogg
ffmpeg -i D3.wav -t 4 -c:a libopus -ac 1 -b:a 64k D3.ogg
ffmpeg -i D4.wav -t 4 -c:a libopus -ac 1 -b:a 64k D4.ogg
ffmpeg -i D5.wav -t 4 -c:a libopus -ac 1 -b:a 64k D5.ogg
ffmpeg -i E1.wav -t 4 -c:a libopus -ac 1 -b:a 64k E1.ogg
ffmpeg -i E2.wav -t 4 -c:a libopus -ac 1 -b:a 64k E2.ogg
ffmpeg -i E3.wav -t 4 -c:a libopus -ac 1 -b:a 64k E3.ogg
ffmpeg -i E4.wav -t 4 -c:a libopus -ac 1 -b:a 64k E4.ogg
ffmpeg -i E5.wav -t 4 -c:a libopus -ac 1 -b:a 64k E5.ogg
ffmpeg -i F#1.wav -t 4 -c:a libopus -ac 1 -b:a 64k F#1.ogg
ffmpeg -i F#2.wav -t 4 -c:a libopus -ac 1 -b:a 64k F#2.ogg
ffmpeg -i F#3.wav -t 4 -c:a libopus -ac 1 -b:a 64k F#3.ogg
ffmpeg -i F#4.wav -t 4 -c:a libopus -ac 1 -b:a 64k F#4.ogg
ffmpeg -i F#5.wav -t 4 -c:a libopus -ac 1 -b:a 64k F#5.ogg
ffmpeg -i F1.wav -t 4 -c:a libopus -ac 1 -b:a 64k F1.ogg
ffmpeg -i F2.wav -t 4 -c:a libopus -ac 1 -b:a 64k F2.ogg
ffmpeg -i F3.wav -t 4 -c:a libopus -ac 1 -b:a 64k F3.ogg
ffmpeg -i F4.wav -t 4 -c:a libopus -ac 1 -b:a 64k F4.ogg
ffmpeg -i F5.wav -t 4 -c:a libopus -ac 1 -b:a 64k F5.ogg
ffmpeg -i G#1.wav -t 4 -c:a libopus -ac 1 -b:a 64k G#1.ogg
ffmpeg -i G#2.wav -t 4 -c:a libopus -ac 1 -b:a 64k G#2.ogg
ffmpeg -i G#3.wav -t 4 -c:a libopus -ac 1 -b:a 64k G#3.ogg
ffmpeg -i G#4.wav -t 4 -c:a libopus -ac 1 -b:a 64k G#4.ogg
ffmpeg -i G#5.wav -t 4 -c:a libopus -ac 1 -b:a 64k G#5.ogg
ffmpeg -i G1.wav -t 4 -c:a libopus -ac 1 -b:a 64k G1.ogg
ffmpeg -i G2.wav -t 4 -c:a libopus -ac 1 -b:a 64k G2.ogg
ffmpeg -i G3.wav -t 4 -c:a libopus -ac 1 -b:a 64k G3.ogg
ffmpeg -i G4.wav -t 4 -c:a libopus -ac 1 -b:a 64k G4.ogg
ffmpeg -i G5.wav -t 4 -c:a libopus -ac 1 -b:a 64k G5.ogg
Loading

0 comments on commit 8db72dc

Please sign in to comment.