Closed LyesSaadi closed 1 year ago
Confirmed this fixes the issue on my side from my quick testing.
Before I merge this, could you make sure you've added the LANG=C
env variable to all the pactl spawning instances containing LC_NUMERIC
in /audio/pulse.rs
?
These commands are also sensitive to localization, so just to be on the safe side they should also be normalized to english.
Good idea ! Will do this !
Oh this panics:
thread 'main' panicked at 'spawns pactl: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/audio/pulse.rs:616:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Oh, no, my bad, this is error is my fault.
Yeah, I can confirm it works fine on my side !
Appreciated! Thanks.
Previously, pulshitter failed to detect when a process closed its sink when parec's output was translated to another language. This forces parec's output to be in English, solving the issue.