Commit Diff


commit - 4b959a3a85d3bc3c501d245b2e51ac2f101d687d
commit + 3c622b4eb388395ca752f1f8d76d9847b53dc640
blob - 62b2a373df445d0b1469290ee54853a3de832f51
blob + bb4e8e00dfab0fd73a88d71e4b9bfa1032ca5f2d
--- resources/posts/emms.gmi
+++ resources/posts/emms.gmi
@@ -155,8 +155,10 @@ To use the helper program one needs to
 
 ## OpenBSD-specific
 
-EMMS should use mixerctl(1) to adjust the volume on OpenBSD.  While it should work out of the box, mixerctl is considered too low level for normal user, and should be available only for root from 6.8 onward.
+2021/10/27 edit: some time ago I’ve upstreamed this bit and it’s now part of the latest EMMS distribution, ‘sndioctl’ is used by default now, zero configuration required.  I’m leaving this section as-is anyway for historical purposes.
 
+EMMS uses mixerctl(1) to adjust the volume on OpenBSD.  While it should work out of the box, mixerctl is considered too low level for normal users, and should be available only for root from 6.8 onward.
+
 So, here's a emms-volume-sndioctl.el that works.  It's basic, and should be probably polished a little bit more.
 
 ```