Ted X Toth

Results 12 comments of Ted X Toth

for ext in xcffib.xproto.xprotoExtension(c).ListExtensions().reply().names: print(ext.name.raw) output: b'Apple-DRI' b'Apple-WM' b'Generic Event Extension' b'SHAPE' b'MIT-SHM' b'XInputExtension' b'BIG-REQUESTS' b'SYNC' b'XKEYBOARD' b'XC-MISC' b'SECURITY' b'XINERAMA' b'XFIXES' b'RENDER' b'RANDR' b'DAMAGE' b'MIT-SCREEN-SAVER' b'DOUBLE-BUFFER' b'Present' b'X-Resource' b'XVideo' b'GLX'...

Oops the xserver I'm querying is on my Mac not the centos box I ssh'd into :(

I inadvertently did a sync on my fork which closed this PR and I'm not sure how to recover and reopen this request :(

I have the same question. Reading the code it looks like you can specify a single file but when I do so I see no event generated.

cool but unfortunately for me my clients (I don't control/maintain them) require encryption

I do see on the systems setting GUI that sound is coming from the usb device.

Which is the 'signal' dialog? I built version 0.6.1 using portaudio: stable 19.7.0 (bottled), HEAD. On Tue, Mar 26, 2024 at 4:17 AM Trent Piepho ***@***.***> wrote: > I don't...

I don't think I'm getting any sound :( I wrote a simple python script to record from the built in mic: ``` chunk = 1024 # Record in chunks of...

I built from source and see the audio setup dialog but not a 'signal' dialog. Audacity works.