Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/2026/04/26-progress-report-7-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ communicate the voltage and current across the connected speaker back to the SoC
over I<sup>2</sup>S. These values can then be used along with a set of documented
characteristics of the connected speaker ([Thiele/Small Parameters](https://en.wikipedia.org/wiki/Thiele/Small_parameters))
to work out the temperature of the voice coil at any given moment. On macOS, CoreAudio
does this. On Linux, this is [speakersafetyd](https://github.com/AsahiLinux/speakersafety)'s
does this. On Linux, this is [speakersafetyd](https://github.com/AsahiLinux/speakersafetyd)'s
job. No other desktop-class platform does this. This is usually either not done at all,
handled entirely in hardware, or mostly hidden from the OS by [Sound Open Firmware](https://sofproject.org/).

Expand Down