Posts by jdscardoso • 51 points
2 posts
-
2
votes0
answers78
viewsQ: Reuse of threads
I’m making an addon for nodejs. One of the functions is responsible for parameterizing the incoming audio, from the various clients. I want this parameterization to be done in a thread. void…
-
3
votes2
answers403
viewsQ: Communication between C C++ ADDON and Nodejs
They are trying to implement a speech recognition server. But this last part has to be implemented through a C C++ Addon. Currently, I am saving the wav file to the server and passing the name to…