This repository was archived by the owner on Nov 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Software Mixer
Erik Massop edited this page Nov 4, 2017
·
1 revision
What should the software mixer do and how should it be implemented?
- xform
- can be inserted as an effect
- API is already there
- special xform
- like the ringbuffer, inserted by the server
- probably good to support software volume fallback, but maybe not using current volume API
- internal
- can do more funky stuff than xforms
- can silently replace hardware volume using current volume API
- signed/unsigned 8-, 16-, and 32-bit
- float/double
- 0-100%
- fits in well with hardware volume range
- imits us to maximum and minimum range of the hardware
- 0->100%
- overlaps with hardware volume range
- allows increasing volume of faint songs or normalization
- -<100%->100%
- overlaps with hardware volume range
- allows phase inversion
- allows increasing volume of faint songs or normalization
- multiple channels should be supported separately
- always-on - user can just drop this in the chain and have software volume support all the time
- controlled using xforms API, or
- controlled using (new) softvol API
- fallback - used only when there is no hardware volume support
- controlled using xforms API, or
- controlled using volume API
Content is available under GNU Free Documentation License 1.2 unless otherwise noted.
- Community
- Development