Closed justinmchase closed 9 years ago
Thanks for the notice but as this is not a real issue I recommend closing this issue.
Maybe we can mention projects utilizing node-mumble in the README.md?
I suggest adding this to the examples.
I think there is a label for info but I can't edit them. But yes not an issue, I'll close it.
Including these at the end of the readme sounds good! On Aug 13, 2015 08:57, "Justin Chase" notifications@github.com wrote:
I think there is a label for info but I can't edit them. But yes not an issue, I'll close it.
— Reply to this email directly or view it on GitHub https://github.com/Rantanen/node-mumble/issues/57#issuecomment-130547933 .
I created a new project compatible with node-mumble, specifically to live stream captured microphone data and playback what comes from the server. It's not super robust yet but I plan on adding mac builds and pre-built binaries in the near future. It uses openal to capture and playback the audio and seems to perform quite well.
I was previously attempting to use html5 web audio apis in electron but they are, frankly, not good enough. Either in stability or performance, I'm not sure. But this works like a champ so there it is :)
Project: node-mumble-audio
Example code to work with
node-mumble
:Enjoy, and that is all :)