Audio Stack Improvements
Contact: Christos Margiolis <christos@FreeBSD.org>
The FreeBSD audio stack is one of those fields that does not attract the same attention and development as others do, since it has been left largely unmaintained, and, although high in quality, there is still room for improvement — from lack of audio development frameworks, to missing userland utilities and kernel driver-related bugs. This project is meant to touch on all those areas, and as such, is more of a general improvement project, than an implementation of a specific feature.
Important work since last report:
-
sound(4) and driver bug fixes, including panics and races. Several cleanup and refactor patches.
-
Committed mididump(1). Ships with 14.2-RELEASE and 14-STABLE.
-
Implementing AFMT_FLOAT support. This fixes ports, such as emulators/wine, that require
AFMT_FLOATsupport from OSS. Related bug reports: PR 184380, PR 281390, PR 264973, PR 157050.
Future work includes:
-
More bug fixes, optimizations and general improvements.
-
Implement a generic MIDI layer, similar to pcm/, and improve/modernize the MIDI codebase in general.
-
Implement a bluetooth device management utility.
-
virtual_oss patches and improvements.
-
Attempt to automate snd_hda(4) pin-patching.
-
Investigate SOF/DMIC support.
You can also follow the development process in freebsd-multimedia@, where I post regular reports.
Sponsor: The FreeBSD Foundation
Last modified on: February 23, 2025 by Chris Moerz