Pierre Ståhl

Results 558 comments of Pierre Ståhl
trafficstars

This sounds like some incompatibility with the wheels from miniaudio. Try re-building miniaudio manually like this: pip uninstall miniaudio pip install --no-binary :all: miniaudio Hopefully that will solve your issues.

No, this is a pyminiaudio bug affecting certain configurations. There's an issue for it here: https://github.com/irmen/pyminiaudio/issues/52 A new version of the library must be released with a fix.

Man, these duplicate things are really annoying as I have no idea why they appear nor how to fix them. I might have to add additional logging for discovery, I'll...

I think this is fixed by https://github.com/home-assistant/core/pull/61973. Will sync changes back from core to beta repo soon so you can test it out.

I just released 2.2.0 which contains the changes in core, can you try it out and report back if the problem seems to be resolved?

Initial work has already been merged in #1552. There are lots of improvements that still can be made, so I will keep this open until I've made some additional updates.

I can give it a try, I think I have some info on how it works somewhere.

Sorry about my absence regarding your work, it's really great that you are looking in to this! I know a lot of people would like to see keyboard support (it...

Keyboard support is possible via MRP as well, probably easier to implement as I have already created the protocol messages involved ([base is here](https://github.com/postlund/pyatv/blob/master/pyatv/protocols/mrp/protobuf/KeyboardMessage.proto])). So it's technically possible to go...

I haven't dug into keyboard details, but looking at the log when accessing the keyboard on the Apple TV (possibly also making some input) should shed some light on how...