Felix

Results 10 comments of Felix

I agree. I had to read the current docs twice to figure out I could flash Aurora Services but not MinimalIAPs. As you suggested it would probably be better having...

I somehow managed to compile the wine version and tried to change the script accordingly like so: ``` #!/bin/sh set -e DEVICE=$(lsusb -d 06cb: | awk -F '[^0-9]+' '{ print...

Ok I got a bit further thanks to a friend. Docker had no permission to open the folder so I couldn't run a.exe. Adding `:z` after `-v $PWD:/$BASENAME` fixed this....

I came to a dead end because I couldn't find that DLL. The docker container and the driver weren't the problem. Maybe I will look into it again sometime.

I think it was `api-ms-win-devices-config-l1-1-2.dll`. Now Microsoft lists it on the website. In December of last year it wasn't there.

OK so I think i got a little further. I got it running again till the point where this API .dll is needed. But there is still no trace of...

I think having them in the selection menu between the delete button and the duplicate button would make a lot of sense, since you are only going to copy something...

This issue seems to stem from the set version tag in [SVT-AV1-PSY's Cmakelists.txt](https://github.com/gianni-rosato/svt-av1-psy/blob/v2.2.1/CMakeLists.txt). If someone runs into this issue while self compiling, just change the line `set(VERSION_TAG "rc2")` to `set(VERSION_TAG...

I think [this MR](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3901) is needed for the the playback of any DSD files, as it's currently not possible with Gstreamer.

I can think of two use cases for such a switcher: 1. External Speakers over snapcast, shoutcast, etc., where you don't want your pc's audio such as notifications cast to...