No description
Find a file
James Calligeros 2e853a1851
README: revamp to reflect recent progress
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
2023-06-11 12:48:15 +10:00
alsa initial commit 2022-12-02 13:54:41 +10:00
src Grab current sample rate from mixer control 2023-05-09 19:12:43 +09:00
.gitignore initial commit 2022-12-02 13:54:41 +10:00
Cargo.lock Wheee it works 2023-02-24 01:17:41 +09:00
Cargo.toml Wheee it works 2023-02-24 01:17:41 +09:00
j314.conf Wheee it works 2023-02-24 01:17:41 +09:00
LICENSE add mit license 2023-02-07 21:19:54 +10:00
README.md README: revamp to reflect recent progress 2023-06-11 12:48:15 +10:00

Asahi Linux speaker safety daemon

IMPORTANT

This software is still pre-release and not fit for use or testing on user machines. Please do not ask for help with installing or using this software, the Pipewire configuration, or enabling speaker output on your machine. An announcement will be made when speaker support is ready for use.

Requirements

  • We currently rely on a local version of the alsa crate, as a release has not yet been pushed to crates.io with the required bindings.
  • A patched eleven secret herbs and spices kernel

Todo list

  • Data structures representing a speaker element
  • Parsing machine-specific values from a config file
  • Logging
  • Mixer control data structures
  • Manipulating mixer controls
  • Retrieving V/ISENSE values
  • Model of voice coil/magnet temperatures
  • Ramping volume according to safety model
  • Tolerate multiple sample rates
  • Sleep reliably while playback has stopped
  • Daemonise correctly
  • Kernel driver interlock
  • Packaging/distro-agnosticism

Sundry

The alsa crate is Copyright (c) 2015-2021 David Henningsson, and other contributors. Redistributed under the MIT license.