slowglow
slowglow
Actually, both normalizations `2**15` (0x8000) and `2**15-1` (0x7fff) are commonly used. See this very appropriately titled blog post: [Int->Float->Int: It's a jungle out there!](http://blog.bjornroche.com/2009/12/int-float-int-its-jungle-out-there.html)
Indeed, I think it makes sense. Upvoted.
BSD license, if possible, please. Unrestrictive OS licenses go together well. Restrictive OS licenses go together well too. Mixing, not so well. So, please, consider GPL in this case only...
Maybe you can try to remove the version information from the requirements.txt and install from there. In general, it is not guranteed to work, but it works for me.
This seems to be caused by outdated packages in `requirements.txt`. Particularly the `hmmlearn` package causes trouble by requiring other packages (`numpy`, `scipy` and `scikit-learn`) to also be lower version, than...
No, you can't. You'll need a speech recognition library.
Indeed, I used pdm to install the packages when I asked the question. After receiving your suggestion, I installed with pip on a clean WinPython install. The error message on...
Thanks for commenting. I will take a look at the pathfinder detector code. Multi-channel support is really interesting to me. For the time being, I am trying to track down...
I strongly agree with the need to move the configuration settings from environment variables to something else. I will certainly use them in the future. Not wishing to start a...