Magisk-Modules-Alt-Repo / audio-misc-settings

A Magisk module for setting miscellaneous audio configuration values (media audio volume steps (100 steps), raising the resampling quality, disabling the effects framework, etc.)
GNU Affero General Public License v3.0
173 stars 12 forks source link

Will this work on xiaomi.eu roms? #21

Closed decipher90 closed 2 months ago

decipher90 commented 2 months ago

Forgive my ignorance, I got a poco x5 5g (holi board) with miui 14 (android 13), how can I check if the settings changed by this module are in place and in effect?

yzyhk904 commented 2 months ago

Easy ones are

Harder ones are

decipher90 commented 2 months ago

Ran getprop in termux (with su) all settings from system.props are in place. Volume levels is at 100. Regarding "audio-jitter-silencer" I will give it a shot.

The work you've done on these modules is appreciated, I thank you.