nodster
nodster copied to clipboard
Node-webkit + Napster (stream music from Google)
Results
2
nodster issues
Sort by
recently updated
recently updated
newest added
this is not really streaming as we need to download the whole mp3 into `buffer.mp3` to then read it with html5 Audio. A perfect solution would be to do: ```...
I've thought about using lame and speaker to stream mp3s: https://gist.github.com/TooTallNate/3947591 But I'm thinking more and more about just finding the youtube video corresponding to the music and converting it...