Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
I just wanted to report a small detail I encountered while using synctoolbox. The function estimate_tuning in synctoolbox.feature.utils should output float based on the function definition but it technically always returns int (number of cents), is that correct? Should it be changed to an integer?
I encountered it while using the function audio_to_pitch_features from synctoolbox.feature.pitch – one of its input arguments is the tuning_offset (it should be integer) but the estimate_tuning function returns float.
This makes no real difference, it is just an implementation detail :)
Hello Audio Labs! :)
I just wanted to report a small detail I encountered while using synctoolbox. The function estimate_tuning in synctoolbox.feature.utils should output float based on the function definition but it technically always returns int (number of cents), is that correct? Should it be changed to an integer?
I encountered it while using the function audio_to_pitch_features from synctoolbox.feature.pitch – one of its input arguments is the tuning_offset (it should be integer) but the estimate_tuning function returns float.
This makes no real difference, it is just an implementation detail :)
Have a nice day!
Matej Istvanek