aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/freebsd-14-on-the-desktop/index.md4
-rw-r--r--src/index.md1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/blog/freebsd-14-on-the-desktop/index.md b/src/blog/freebsd-14-on-the-desktop/index.md
index 8a4bdff..6d15782 100644
--- a/src/blog/freebsd-14-on-the-desktop/index.md
+++ b/src/blog/freebsd-14-on-the-desktop/index.md
@@ -356,14 +356,14 @@ index 0, I'll enable `virtual_oss` like so:
```bash
sysrc -v virtual_oss_enable=YES
-sysrc -v virtual_oss_dsp='-T /dev/sndstat -C 2 -c 2 -S -r 48000 -b 16 -s 25ms -O /dev/dsp1 -R /dev/dsp0 -d dsp'
+sysrc -v virtual_oss_dsp='-T /dev/sndstat -C 2 -c 2 -S -r 48000 -b 16 -s 100ms -O /dev/dsp1 -R /dev/dsp0 -d dsp'
```
You'll need to set the `-r` flag to the sample rate and `-b` to the bit depth of your device
(you can usually find these values in `dmesg`).
If your devices have different sample rates, the `-S` flag enables automatic resampling.
-The `-s` flag sets the buffer size. I had to increase this to `25ms` to avoid clipping.
+The `-s` flag sets the buffer size. I had to increase this to `100ms` to avoid clipping.
### Device Permissions via devfs
diff --git a/src/index.md b/src/index.md
index ee65e31..3223de2 100644
--- a/src/index.md
+++ b/src/index.md
@@ -20,6 +20,7 @@ I'm a computer person located in South Carolina. Welcome to my humble website.
## Contact
- Email: [cullum@sacredheartsc.com](mailto:cullum@sacredheartsc.com)
- XMPP: [cullum@sacredheartsc.com](xmpp:cullum@sacredheartsc.com?message)
+- Mastodon: <a rel="me" href="https://mastodon.bsd.cafe/@cullum">@cullum@bsd.cafe</a>
- IRC: [cullum on libera.chat](ircs://irc.libera.chat/cullum,isnick)
- Big Tech: [X](https://x.com/CullumSmith) |
[GitHub](https://github.com/cullumsmith) |