tuxuser
tuxuser
I dont plan to implement support for multiple controllers in the near future but would be happy to accept a PR for it. For delivering input events "externally" something like...
Opening the channel is implemented via: https://github.com/OpenXbox/xbox-smartglass-csharp/blob/master/SmartGlass.Nano/NanoClient.cs#L150 https://github.com/OpenXbox/xbox-smartglass-csharp/blob/master/SmartGlass.Nano/Channels/ChatAudioChannel.cs#L46 Now, the *Producer* needs to call `nano.ChatAudio.SendChatAudioData(byte[])` to send opus audio samples to the console
Maybe that decision should be postponed until all different JSON message bodies and according tests are implemented so we can see if there might be some shortcomings on System.Text.Json in...
Currently we are really not gaining any benefit from it because `OpenXbox.SmartGlass` depends on `OpenXbox.XboxWebApi` (https://github.com/OpenXbox/xbox-webapi-csharp), which in return depends on `Newtonsoft.Json`. If this change happens, it needs to happen...
This will be worked on at some point. Currently, inofficial builds exist that implement this switch via inline `curl` calls to hyperhdr. https://github.com/webosbrew/hyperion-webos/actions/runs/2352883844 This indeed requires HyperHDR as the ambient...
Which part exactly is responsible for > fixes a bug in vtCapture, where captured image is still black when switching from secure video content, back to "normal". ?
~~- Do we want to enable the -S (--no-service) switch again? https://github.com/webosbrew/hyperion-webos/blob/6025215d450c0aaf731f0f8d22872e5addbf9ce7/src/main.c#L46 https://github.com/webosbrew/hyperion-webos/blob/6025215d450c0aaf731f0f8d22872e5addbf9ce7/src/main.c#L90-L92~~ ~~- `-s/--save-conf` argument still needed?~~ https://github.com/webosbrew/hyperion-webos/blob/6025215d450c0aaf731f0f8d22872e5addbf9ce7/src/main.c#L58 https://github.com/webosbrew/hyperion-webos/blob/6025215d450c0aaf731f0f8d22872e5addbf9ce7/src/main.c#L114-L116 - Do not write framedumps to `/tmp/` (or make it...
When following PRs are merged, unicapture could be merged too: - PR #79 - PR #82
Unicapture has the .clang-format defined (https://github.com/webosbrew/hyperion-webos/blob/unicapture/.clang-format) Should we enforce it via CI to solve this issue? PS: I have no strong opinion about Codestyle/or linting. Your proposed format looks fine
Could utilize this script: https://github.com/Sarcasm/run-clang-format UPDATE: Found a github action to carry out the task. Example CI run: https://github.com/webosbrew/hyperion-webos/runs/7267326587?check_suite_focus=true