nyanpasu64

Results 175 comments of nyanpasu64

(copied from Discord) When running under pipewire-jack, `cargo run --example duplex --features jack -- -j` has the minimum possible latency (equal to the current pipewire quantum) as measured by `jack_iodelay`,...

I'm probably not implementing alsa duplex until cpal can actually properly detect and open my hw devices. pipewire-alsa (and likely pulseaudio-alsa) are terrible apis for low latency output and duplex,...

One idea is to build the library with Address Sanitizer. You can create a file under the project repo, ".cargo/config.toml", with contents: ```toml [build] rustflags = ["-Z", "sanitizer=address"] # custom...

I built portaudio myself (takes like 5 seconds once you set up cmake, msvc x64, release). Where do I put `portaudio.lib` to prevent this error from occurring? I tried placing...

Here are the kernel warnings and `btrfs check --repair` *after* the corruption (I do not have `btrfs check --repair` *before* the corruption): https://gist.github.com/nyanpasu64/830d9bd57bb3aa7999ebae105a0b2e96 I got an error and read-only disk,...

I feel that adding an `atomic-write` feature is flawed because if dependency enables it, it also gets turned on for other dependencies or the binary using the same version of...

> Partly resolves #47. Apparently GitHub treated that PR as automatically closing this issue. I think this issue should be reopened, because supplying an API to atomically save a config...

Is linking to Qt GUI libraries a case of dynamic dependencies? Is that something that can be reasonably handled using DDS?

I probably can't reply soon, I rebooted to Windows for the first time in months maybe, so I can't test it now.

Is there a specific reason the text background uses "Environment → Window" instead of "Plain Text → Background" (which is the color used without the extension installed)?