|
|
@ -4,7 +4,7 @@ title = 'Sound flicking and stuttering in librewolf/firefox'
|
|
|
|
summary = '''Finally. Normal sound in Librewolf on YouTube. This took quite a
|
|
|
|
summary = '''Finally. Normal sound in Librewolf on YouTube. This took quite a
|
|
|
|
while for me to fix...'''
|
|
|
|
while for me to fix...'''
|
|
|
|
date = '2023-06-04T17:03:20+0200'
|
|
|
|
date = '2023-06-04T17:03:20+0200'
|
|
|
|
# lastmod = ''
|
|
|
|
lastmod = '2023-06-17T20:48:16+0000'
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
tags = [ 'freebsd' ]
|
|
|
|
tags = [ 'freebsd' ]
|
|
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ I've also tried to set this to `oss` but it works better with `sndio`.
|
|
|
|
|
|
|
|
|
|
|
|
## System wide settings
|
|
|
|
## System wide settings
|
|
|
|
|
|
|
|
|
|
|
|
### Enable sndio daemon in <kbd>rc.conf</kdb>
|
|
|
|
### Enable sndio daemon in <kbd>rc.conf</kbd>
|
|
|
|
|
|
|
|
|
|
|
|
```conf
|
|
|
|
```conf
|
|
|
|
sndiod_enable="YES"
|
|
|
|
sndiod_enable="YES"
|
|
|
@ -34,7 +34,7 @@ sndiod_enable="YES"
|
|
|
|
|
|
|
|
|
|
|
|
Eventually run `doas service sndiod start`.
|
|
|
|
Eventually run `doas service sndiod start`.
|
|
|
|
|
|
|
|
|
|
|
|
### Settings in `sysctl.conf`
|
|
|
|
### Settings in <kbd>sysctl.conf</kbd>
|
|
|
|
|
|
|
|
|
|
|
|
```conf
|
|
|
|
```conf
|
|
|
|
kern.sched.preempt_thresh=224
|
|
|
|
kern.sched.preempt_thresh=224
|
|
|
|