chord_decoder(wave_filename: str)
Function description
Decode the chord and write it to csv format
Parameter
wave_filename: str
Return
chord_sim (np.ndarray): Chord similarity matrix
chord_max (np.ndarray): Binarized chord similarity matrix only containing maximizing chord
Example
Inner helper function
Last updated 2 years ago