Re: Calling dll function causes program to end
- Posted by ryanj Jan 04, 2014
- 1424 views
Ah, i forgot i also had to do this:
callbackaddr = call_back({'+', streamCallback})
Now it runs. I still don't hear audio, though. Another interesting thing i discovered: if i call task_yield() while the audio stream is running, it dies with no error. I'm curious what task_yield() does that would cause problems with a callback.