Daniel Jones

Results 125 comments of Daniel Jones

It looks like you're querying `/live/song/get/track_data`, but looking for `/live/song/get/track_names` in the response. These are two different calls, so you will not see any response with this code. In general,...

Hi, I'm afraid I haven't been able to reproduce this. Let me know if you can share the exact steps to repro and I will look into it; otherwise, will...

Thanks for the reply. Setting `DYLD_LIBRARY_PATH` before running the script is the alternative workaround, and what I was using previously. However, this imposes an additional requirement that would need to...

Thanks @cclauss! Just tested and unfortunately the revised version does not work; the `HOMEBREW_PREFIX` environmental variable [isn't always set unless your terminal is set up to explicitly evaluate `brew shellenv`](https://stackoverflow.com/questions/72478124/homebrew-path-variable-for-xcode),...

Configuring `shellenv` isn't part of the [installation process](https://brew.sh/), though; I have installed Homebrew on dozens of macOS systems over the years, and this isn't something that is required for any...

Debug output when I force `channels = 8`: ``` DEBUG: Attempting to initialize ALSA backend... DEBUG: Loading library: libasound.so.2 DEBUG: Loading symbol: snd_pcm_open DEBUG: Loading symbol: snd_pcm_close DEBUG: Loading symbol:...

Yes, aplay is able to play out of all 8 speakers, and same with Python `sounddevice` (which I was using previously).

Hi there, I've just encountered a similar bug on another multichannel audio interface, the [HiFiBerry DAC8x](https://www.hifiberry.com/shop/boards/hifiberry-dac8x/) on the Raspberry Pi. This isn't USB so it doesn't have altsets. But, like...

I had another report of this which was eventually resolved… Do you happen to be running a 32-bit version of Python or otherwise in a 32-bit environment? The library is...