You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,11 +125,11 @@ significantly higher.
125
125
126
126
Additionally, it might help to experiment with advice from here: https://askubuntu.com/questions/707171/how-can-i-fix-choppy-audio and edit your /etc/pulse/default.pa file to replace the line saying ::
127
127
128
-
load-module module-udev-detect
128
+
load-module module-udev-detect
129
129
130
130
with ::
131
131
132
-
load-module module-udev-detect tsched=0
132
+
load-module module-udev-detect tsched=0
133
133
134
134
and then do not forget to restart pulseaudio with ::
135
135
@@ -184,5 +184,14 @@ Changelog
184
184
(Thank you, Inti Pelupessy!)
185
185
- 2019-06-18 fixes crash when opening many streams on Linux
186
186
- 2019-08-23 fixes attribute error when accessing stream state on Linux
187
-
(Thank you, Davíð Sindri Pétursson)
187
+
(Thank you, Davíð Sindri Pétursson!)
188
188
- 2019-10-08 fixes inconsistent dtypes when recording on Linux
189
+
- 2020-01-06 fixes silent recordings on Windows
190
+
- 2020-04-28 get and set the pulseaudio program name on Linux
191
+
(Thank you, Philipp A.!)
192
+
- 2020-05-14 fixes error with unicode soundcard names on Windows
0 commit comments