Thang Pham

Results 235 comments of Thang Pham

Does any of [rodio examples](https://github.com/RustAudio/rodio/tree/master/examples) work for you? For example, `cargo run --example music_mp3`. I cannot reproduce this issue on my end, so nothing much I can help unfortunately

Nice. Glad that you fixed it yourself. > but I know on spotify-tui, I had to specify for that to get used. Is there anything like that for spotify-player? I'm...

FYI, it was ~`0.7%` of 1 CPU core for my M1 Macbook Air. It would be helpful if you can provide a video/pictures for a demonstration. Why do you think...

> How often is the UI updated It's determined by `app_refresh_duration_in_ms` config option (default to be every `30ms`). You can increase the value if the default one feels consuming too...

I've been neglecting the app's performance for a while as its CPU usage is relatively low for me. `top` also gives me around `7%` w.r.t one core. The previous tool...

@lbonvarl thanks for reporting. Can you share the number on your machines, e.g what are CPU usages of `spotify_player` and `ncspot`? It can provide a good baseline for me to...

This is a very cool feature in the official app. I personally use it myself a lot on the mobile. Will definitely think about possible ways to implement one. Just...

This is expected behavior, so not a bug. Spotify provides very limited APIs for queues (get-queue and add-item-to-queue), so re-arranging a queue or playing an item from a queue is...

My teammates tried to implement the model on PyTorch and Caffe, but they don't public or upload on Github, so sorry.

> Can you add discrete On and Off commands? So when I send the on/off command I know exactly what state it is in. Yes, should be easy to add...