lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.37k stars 1.17k forks source link

numpy as fortran array #45

Closed NickLalo closed 4 years ago

NickLalo commented 5 years ago

Formatting of wave so that it is a Fortran array. Changing this allows for the following line to run without raising the error: "ParameterError: Audio buffer is not Fortran-contiguous. Use numpy.asfortranarray to ensure Fortran contiguity."

NickLalo commented 4 years ago

change has been made. No need to keep this pull request open.