Spaces:
Running
Running
File size: 546 Bytes
c1e08a0 5e84ffc c1e08a0 5e84ffc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
audio:
sample_rate: 44100
buffer_duration: 0.2
note_duration: 1.0
pitch_detector:
hop_length: 512
threshold: 0.006
f0_min: 80
f0_max: 880
device: "cpu"
interval_practice:
num_problems: 10
interval: 1
piece_practice:
selected_song: "fly_me_to_the_moon"
chord_progressions:
fly_me_to_the_moon:
- ["A", "natural_minor", "A", "min7", 4]
- ["A", "natural_minor", "D", "min7", 4]
- ["C", "major", "G", "dom7", 4]
- ["C", "major", "C", "maj7", 2]
- ["F", "major", "C", "dom7", 2]
|