git: cb4812ed9a - main - Status/2024Q4/audio.adoc: Add report
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=cb4812ed9af51a701f72874e54fcfbf97f5e2346 commit cb4812ed9af51a701f72874e54fcfbf97f5e2346 Author: Christos Margiolis <[email protected]> AuthorDate: 2024-12-20 14:56:21 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2024-12-20 14:56:21 +0000 Status/2024Q4/audio.adoc: Add report Reviewed by: status (Pau Amma <[email protected]>) --- .../en/status/report-2024-10-2024-12/audio.adoc | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/website/content/en/status/report-2024-10-2024-12/audio.adoc b/website/content/en/status/report-2024-10-2024-12/audio.adoc new file mode 100644 index 0000000000..c585f04f80 --- /dev/null +++ b/website/content/en/status/report-2024-10-2024-12/audio.adoc @@ -0,0 +1,28 @@ +=== Audio Stack Improvements + +Contact: Christos Margiolis <[email protected]> + +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 link:https://www.freebsd.org/status/report-2024-07-2024-09/#_audio_stack_improvements[last report]: + +* man:sound[4] and driver bug fixes, including panics and races. + Several cleanup and refactor patches. +* Committed man:mididump[1]. + Ships with 14.2-RELEASE and 14-STABLE. +* Implementing link:https://reviews.freebsd.org/D47638[AFMT_FLOAT] support. This fixes ports, such as package:emulators/wine[], that require `AFMT_FLOAT` support from OSS. + Related bug reports: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184380[PR 184380], link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281390[PR 281390], link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264973[PR 264973], link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157050[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 man:snd_hda[4] pin-patching. +* Investigate SOF/DMIC support. + +You can also follow the development process in link:https://lists.freebsd.org/subscription/freebsd-multimedia[freebsd-multimedia@], where I post regular reports. + +Sponsor: The FreeBSD Foundation