asigalov61's picture
Upload 6 files
dcca7d2 verified
raw
history blame contribute delete
No virus
245 Bytes
sample_rate = 16000
classes_num = 88 # Number of notes of piano
begin_note = 21 # MIDI note of A0, the lowest note of a piano.
segment_seconds = 10. # Training segment duration
hop_seconds = 1.
frames_per_second = 100
velocity_scale = 128