Alvin Lin
Alvin Lin
+1 Please publish an updated version :) My applications are still running the one with deprecated sys.
It looks like you're running the master branch of this project. Could you also provide the video ID that you used? I've run into this error randomly due to the...
Ah that explains it. The code that extracts the video ID in [line 108 of index.js](https://github.com/omgimanerd/audio-spatializer/blob/master/client/index.js#L108) naively separates the link by the`=` sign and takes the first element. If you...
In the `blog-min-example` and `blog-min-example-2` branch, the server will not give any response except the audio stream. If you paste the ID and there was no error, you should hear...
If the client side isn't working, it's likely an error on the server. I've started running into odd stack overflow issues with youtube-audio-stream. I've filed this up the chain in...
I didn't use any tutorials during the hackathon. I came up with most of this code and architecture myself.
Hi there, if you came here from my blog post and you're working with the [blog-min-example](https://github.com/omgimanerd/audio-spatializer/tree/blog-min-example) or [blog-min-example-2](https://github.com/omgimanerd/audio-spatializer/tree/blog-min-example-2) branch, you only should only be pasting the YouTube video ID into...
I'll add a feature for this. WIP
This is probably best done by enhancing the functionality in `markov_chain.py` itself so that all this functionality is abstracted into it.
I just updated a pull request for one of my projects since the Travis CI check failed. A `CONTRIBUTING` file would be good for this repository. It would be helpful...