C++ library for audio and music analysis, description and synthesis, including Python bindings
GNU Affero General Public License v3.0
2.86k
stars
534
forks
source link
Fix issue with the octaves left from the reference #1435
Closed
xaviliz closed 3 months ago
Floor function was not working properly with an integer. After converting to float values, the octave value has been fixed.