herrernst

Results 53 comments of herrernst

That would be very cool if it could just be used like an ALSA device!

I have the same problem, and I am using ALSA (direct hardware access). Audio device is closed when I issue `stop`, but not after a track ends (executing `stop` then...

I think I have the same use case. I know the offset value of the timezone (in ms, fwiw), but don't have a time zone name. So i just would...

I've lost some hours debugging this when switching from the ObjC version GRMustache to GRMustache.swift for rendering of my NSObject, so I propose at least adding a note to the...

Same problem also happens when using as Swift package, probably not fixable because in a Swift package it's not possible to have Obj-C source files. But maybe `GRMustacheKeyAccess` could be...

lmdb-rs has a bug not really supporting cross-compiling: https://github.com/vhbit/lmdb-rs/issues/33

My RPi 3 connected again to my new WPA2/WPA3 mixed network (OpenWRT) after adding `key_mgmt=WPA-PSK-SHA256` and `ieee80211w=2` to the WPA config, also mentioned here: https://github.com/raspberrypi/linux/issues/4976#issuecomment-1146555337 Still expected that it would...

(Probably a wrong lead, but keep it here for documentation: I did a bisect. Before commit 3bc614fc12fae8afcb81f568efe215fe6a968993, it was crackling way more (and the .wav was also crackling), so the...

> It might be some sampling rate issue? No idea. Seems so. The external USB interfaces were set to 48 kHz, whereas the internal one was set to 44.1 kHz....