commit | ea0f92f7beb98941b9a258831c2b877250480fb2 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Sun Sep 15 00:10:13 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Sun Sep 29 22:48:12 2024 +0000 |
tree | e707d3e73fabea173e80f0fa71c3f5e600113475 | |
parent | c1b2832d949e34d452aa72adbf50dfdc77aab23f [diff] [blame] |
feat(audio): Start using libpipewire-module-combine-stream Previously we used virtual audio sinks and sources for combinging and splitting audio streams, this caused audio to become choppy, switching to libpipewire-module-combine-stream instead duplicates the audio stream to each sink which eliminates this issue Change-Id: I4def965d9acfccca16713ebdb530b7facd02d209 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/842 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/systems/x86_64-linux/shorthair/default.nix b/systems/x86_64-linux/shorthair/default.nix index d0aabb2..eecc5a8 100644 --- a/systems/x86_64-linux/shorthair/default.nix +++ b/systems/x86_64-linux/shorthair/default.nix
@@ -2,6 +2,7 @@ { imports = [ ./assistant + ./audio ./boot ./backlight ./compositor