yzyhk904 / hifi-maximizer-mod

A Magisk module for maximizing the digital audio fidelity by reducing jitters on audio outputs (USB DACs, Bluetooth a2dp, DLNA, etc.)
GNU Affero General Public License v3.0
121 stars 6 forks source link

VLC has no audio when using the module #12

Closed Cico90 closed 8 months ago

Cico90 commented 8 months ago

Hello,

I have patched the hifi maximizer module on magisk 27, audio is working properly on the device except VLC which doesn't have audio. Both audio and video files there is no audio output on neither speaker nor heaphones. This seems to happen only on VLC , every other app like youtube are working. Hope you can solve this issue.

Device: Samsung Galaxy A5 2017 (Exynos 7880) OS : lineageOS 19.1 (Android 12.1) Magisk : 27 Module version : v2.5.4

Peace!

yzyhk904 commented 8 months ago

Youtube app (not Youtube music app) cannot work with this module except enabling a camera server, so VLS may be the same. Try disabling the camera server described in its README.

If this doesn't help, this may be caused by disabling the effects framework. Uninstall this module.

Cico90 commented 8 months ago

Is there a way that I can modify the script so it keeps the effects framwork running!?

yzyhk904 commented 8 months ago

No. Disabling the effects framework is an important main feature of this module.

Edit: I recommend using only Audio Jitter Silencer instead.

Cico90 commented 8 months ago

I just liked the boost of performance I am getting with this, is there any other module to boost performance the same as this module does without loosing audio!?

yzyhk904 commented 8 months ago

How about using "extras/jitter-reducer.sh" script in USB_SampleRate_Changer. This can boost performance the same as "Hifi maximizer" on the fly.

Cico90 commented 8 months ago

I just did! But I got this error after executing --all :

can't create /sys/block/mmcblk0/queue/read_ahead_kb: Permission denied

yzyhk904 commented 8 months ago

Please read README carefully! Such scripts need "root".

There are many useful usage samples in "Usage Samples" folder. For example, "jitter-reducer_--boost-max.sh". You can run this on Mixplorer with selection and "Execute" in the 3-dots menu.