JamesKyburz/youtube-audio-stream

Node usage example

Closed this issue · 3 comments

How would this be used in Node? Can you add an example to the README?

Thanks!

Thanks for the PR. Did you get it working with the readme example / test code ?

Yeah the example worked. What I mean by a node example is to not have a web browser involved, i.e. running node index.js and then the audio starts playing, without having to go to a webpage.

Sweet thanks. I was trying the same thing except without the lame decoder. That would be my problem.