Skip to content

Commit 8852958

Browse files
committed
debian-katana-2: Restructuring
1 parent b0c2181 commit 8852958

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

debian-katana-2.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,27 @@ Then, just enable it:
133133
% sudo systemctl enable suspend-sedation
134134
```
135135

136+
## Improving microphone sound (removing some background noise)
137+
138+
The background noise I hear when speaking to the microphone can be removed (in part) by activating the ALSA echo cacelling module. I follow these [instructions](https://marcosmarti.org/como-eliminar-el-ruido-de-fondo-de-un-microfono-en-linux/).
139+
140+
First, edit `/etc/pulse/default.pa`, adding at the end of the file:
141+
142+
```
143+
load-module module-echo-cancel source_name=noiseless
144+
...
145+
set-default-source noiseless
146+
```
147+
148+
To activate the new configuration:
149+
150+
```
151+
$ pulseaudio -k
152+
```
153+
154+
## No longer pending issues
136155

137-
## Pending issues
156+
This issues were a problem, but got solved just by upgrading to new versions of Debian over time.
138157

139158
### 2019-05-15
140159

@@ -211,20 +230,3 @@ If no new line appears, this problem is now showing up.
211230

212231
**Note from my future self:** Now, well above 4.20, I've never experienced these problems again.
213232

214-
## Improving microphone sound (removing some background noise)
215-
216-
The background noise I hear when speaking to the microphone can be removed (in part) by activating the ALSA echo cacelling module. I follow these [instructions](https://marcosmarti.org/como-eliminar-el-ruido-de-fondo-de-un-microfono-en-linux/).
217-
218-
First, edit `/etc/pulse/default.pa`, adding at the end of the file:
219-
220-
```
221-
load-module module-echo-cancel source_name=noiseless
222-
...
223-
set-default-source noiseless
224-
```
225-
226-
To activate the new configuration:
227-
228-
```
229-
$ pulseaudio -k
230-
```

0 commit comments

Comments
 (0)