Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pengshp/b60ec9d0374e8f78b7e6fe643dba6675 to your computer and use it in GitHub Desktop.
Save pengshp/b60ec9d0374e8f78b7e6fe643dba6675 to your computer and use it in GitHub Desktop.

Revisions

  1. pengshp revised this gist Nov 27, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    context.properties = [
    default.configured.audio.sink = { "name": "bluez_output.AC_12_2F_24_80_86.1" }
    ]
    ===========
    ===========使用pipewire的模块消除麦克风的回音
    ~/.config/pipewire/pipewire.conf.d/20-echo-cancel.conf
    ===========
    context.modules = [
  2. @Waltibaba Waltibaba created this gist Nov 8, 2022.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    ~/.config/pipewire/pipewire.conf.d/10-bt-headphones-default.conf
    ===========
    context.properties = [
    default.configured.audio.sink = { "name": "bluez_output.AC_12_2F_24_80_86.1" }
    ]
    ===========
    ~/.config/pipewire/pipewire.conf.d/20-echo-cancel.conf
    ===========
    context.modules = [
    { name = libpipewire-module-echo-cancel
    args = {
    # library.name = aec/libspa-aec-webrtc
    # node.latency = 1024/48000
    source.props = {
    node.name = "Echo Cancellation Source"
    }
    sink.props = {
    node.name = "Echo Cancellation Sink"
    }
    }
    }
    ]