Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add domain options required to enable pipewire backend #72

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

nyawox
Copy link
Contributor

@nyawox nyawox commented Nov 21, 2024

add options required to enable pipewire backend

example:

sound = {
  model = "ich9";
  codec = {type = "micro";};
  audio = {id = 1;};
};
audio = {
  id = 1;
  type = "pipewire";
  runtimeDir = "/run/user/1000"; # 1000 should be the default uid. couldn't find a way to avoid hardcoding
  input = {
    name = "qemuinput";
    streamName = "qemuinput";
    latency = 16384;
  };
  output = {
    name = "qemuoutput";
    streamName = "qemuoutput";
    latency = 16384;
  };
};

@nyawox nyawox changed the title add domain options to enable pipewire backend add domain options required to enable pipewire backend Nov 21, 2024
@AshleyYakeley AshleyYakeley merged commit fe3aaa8 into AshleyYakeley:master Nov 23, 2024
1 check passed
@AshleyYakeley
Copy link
Owner

Thanks!

@nyawox nyawox deleted the pipewire branch November 27, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants