superfonic / transcription

Transcribe audio files into sheet music.
GNU General Public License v3.0
6 stars 0 forks source link

Fix the split #5

Closed dt-woods closed 3 years ago

dt-woods commented 3 years ago

We want, based on beats per minute, the length of seconds for one quarter note. split is equivalent to num_frames. One frame should encapsulate one-third of a 1/16 note.

tmuckian commented 3 years ago

Updated NoteMaster to split the data based on a set number of samples per frame.