Tom Kistner

Results 76 comments of Tom Kistner

Thanks, works perfectly here! I assume the FN key does not send any scancode also when LED init sequence is sent? Because supporting that key would fill the last gap...

OK, I have commited the simple topo recording support. To go the full mile, you have to first record the available keys with `-t keys`. The resulting hex salad goes...

Re wrt FN key - would be cool to report it as `KEY_FN 0x1d0` - the ev code is there so why not use it. I would then extend the...

Great, latest code supports three times the number of ev codes just to support FN key. ANSI tables updated too, I also added the FN key code where applicable.

You need to build the pulseaudio receiver (https://github.com/duncanthrax/scream/tree/master/Receivers/pulseaudio) with your OpenWRT toolchain, then copy the built binary over and run it on your router. OpenWRT has basic instructions here: https://openwrt.org/docs/guide-developer/crosscompile

Meanwhile I'm looking at getting a new signing cert ...

Transferring multichannel sound is possible, but only raw, not encoded as AC3 or DTS. Why do you want to decode on the Raspi?

Nope sorry, that does not work. The AC3/DTS signal isn't available in the kernel where the driver sits. The driver only sees the decoded PCM streams (which are normally pasted...

There is actually a branch that implements RTP as a transport (16bit 44,1kHz stereo only). This is based on an older version of the driver. It does work, but there's...

Interesting question. I just checked the WSK API for ARP related functions, and there's nothing. One guy with a similar problem here: https://social.msdn.microsoft.com/Forums/en-US/0b9d19a7-d196-40d2-a26e-e1f6c5ac4404/sendarp-timeout?forum=wsk Why the sound subsystem acts up while...