mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
add echo canel source
This commit is contained in:
parent
8c0d617678
commit
96ae073777
1 changed files with 21 additions and 0 deletions
|
@ -66,6 +66,27 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
"30-echo-cancel" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
name = "libpipewire-module-echo-cancel";
|
||||
args = {
|
||||
"capture.props" = {
|
||||
"node.name" = "Echo Cancellation Capture";
|
||||
};
|
||||
"source.props" = {
|
||||
"node.name" = "Echo Cancellation Source";
|
||||
};
|
||||
"sink.props" = {
|
||||
"node.name" = "Echo Cancellation Sink";
|
||||
};
|
||||
"playback.props" = {
|
||||
"node.name" = "Echo Cancellation Playback";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
"10-raop-discover" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue