Triton icon indicating copy to clipboard operation
Triton copied to clipboard

Fixed audioread bug for large sample numbers

Open fascimare opened this issue 3 years ago • 2 comments

Audioread was misreading numbers in scientific notation as decimal numbers. Since it requires integers, this would case it to crash. I fixed it by converting the numbers to int and back again to double.

fascimare avatar Mar 18 '21 10:03 fascimare