Kelvin Au

Results 21 comments of Kelvin Au

do you have a code snippet to see it?

Not connecting the source node to the destination will not have the sound played. i.e. not executing this line https://github.com/kelvinau/circular-audio-wave/blob/master/src/js/circular-audio-wave.js#L324 Feel free to submit a PR to add an option...

I didn't test this on live stream radio, and it's possible that it is not supported now, because this library analyzes the whole audio patterns first to calculate the pace....

I think that's possible. I can add an option for that and use it on `.start` from `AudioBufferSourceNode`.

Yes it does. It's just that in production mode, it's not printing the debug checking message because I think it will be hard to find the message of the actual...

Not that I know of any tools for that, probably because of the difficulties from the large number of combination pairs and the limited API requests required to get the...

This usually happens when Bittrex's server (and also the others) is not stable. The three responses are checking the price of the currencies, and you can see they return 200...

That is true, in some way. High volatility creates a lot of arbitrage opportunities to an extent. When there's no limit how much the price can go up or down,...

This is mentioned in #2 too. Checking multiple pairs will be a good enhancement, but it will take some times to redesign the structure and feed in the pairs. For...

The command should be `python main.py -m triangular`.