Bug 294270 - handbook/multimedia: Microphones not covered
Summary: handbook/multimedia: Microphones not covered
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-06 00:13 UTC by B.S.
Modified: 2026-04-07 07:13 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description B.S. 2026-04-06 00:13:59 UTC
The Handbook does not cover microphones. Multimedia (Chapter 9) covers sound, webcams and video conferencing - the perfect place to fit microphones in?

https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/en/books/handbook/multimedia/_index.adoc

Some ideas from this article by christos@ in the FreeBSD Journal:

https://freebsdfoundation.org/our-work/journal/browser-based-edition/freebsd-15-0/vox-freebsd-how-sound-works/

e.g. recording raw PCM (Pulse Code Modulation) to a file: `cat /dev/dsp > foo` then playing it back with `cat foo > /dev/dsp`, or crude input monitoring to check the microphone works, `cat /dev/dsp > /dev/dsp`. Selecting and muting recording sources with mixer(8).

More generally, some guidance on setting up and disabling microphones would be valuable. Note that some workplaces require microphones to be disabled as part of security hardening policies so it's important to document how to do this. See comments under bug #294167