termux-packages/packages/pulseaudio
Patrick Gaskin fc007e73f4
PulseAudio SLES module improvements (#6290)
* pulseaudio: Improve error msg when module-sles-source is missing the RECORD_AUDIO permission

* pulseaudio: Refactor and improve module-sles-{source,sink}

* More readable and consistent code style.
* Fix subtle bugs and typos (e.g. duplicate or ineffectual assignments,
  mishandled enums, etc).
* Fix stereo input channel mask.
* Fix wrong self object being passed to SLES functions.
* Handle more sample formats.
* Better logging.
* Fix potential freeing of undefined pointers.
* Fixed module usage (channel_map was on source instead of sink,
  some items were missing the trailing space).
* Other minor fixes.

* pulseaudio: Implement PA_SINK_MESSAGE_GET_LATENCY message

Every built-in module implements this and without it, PA will crash
in some cases (e.g. when opening pavucontrol).

* pulseaudio: Increment TERMUX_PKG_REVISION
2021-01-24 22:21:02 +05:30
..
aaudio.patch
build.sh PulseAudio SLES module improvements (#6290) 2021-01-24 22:21:02 +05:30
fix-paths.patch
module-aaudio-sink.c update aaudio sink 2019-10-08 14:31:12 +08:00
module-sles-sink.c PulseAudio SLES module improvements (#6290) 2021-01-24 22:21:02 +05:30
module-sles-source.c PulseAudio SLES module improvements (#6290) 2021-01-24 22:21:02 +05:30
no_priv_drop.patch
sles.patch