LibrosaCpp
LibrosaCpp copied to clipboard
Possibly erroneous std::sqrtf() reference?
Hello there. There seems to be a reference to std::sqrtf() here. Thankfully, the fix is quick and requires little effort (editing it to correctly reference std::sqrt() fixed it), but I figured I would share anyways if there was any confusion regarding it.