Matti
Matti
Particularly, do I need to edit: https://github.com/waywardgeek/sonic/blob/master/Makefile#L65 or is it enough to resolve https://github.com/waywardgeek/sonic/blob/master/spectrogram.c#L9 ?
Well first Linux (OpenSuse), but afterwards I was interested in seeing, if this can be made work on Android via JNI and NDK. But you didn't clarify, how do I...
No it's not about just recursion, but something about the addition and recursion.
OTOH, e.g. the following version works: ``` var console = require("console"); var fibonacci = function (num) { var num1 = 0; var num2 = 1; var sum; var i =...
The original fibo.ng works with node only: `node fibo.ng` so it's certainly a nerd issue.
Yes so if there was a CMakeLists.txt for this, then I think it'd help porting.
Even the examples are slow now. Restarting the computer fixed it earlier, now it doesn't.
nnFilter throws: "Error in if (can_malloc < 0) { : missing value where TRUE/FALSE needed" on Windows
I don't recall, because it's been a long time since that, but I would expect that you can modify the code to not check for get_ram. This is potentially unsafe...
nnFilter throws: "Error in if (can_malloc < 0) { : missing value where TRUE/FALSE needed" on Windows
https://github.com/csgillespie/benchmarkme/issues/25
I see thank you. I got it working by reading the source of add_stemPoints. Is there some other project which is more active than this?