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

[OOT] How do I print the current jitter in Terminal? #15

Closed HarriBuh closed 10 months ago

HarriBuh commented 10 months ago

While I appreciate all the codes that came with the Readme, I couldn't find a single code for displaying the current jitter while playing audio, similar to the "ping" code on windows. The www couldn't help me either.

yzyhk904 commented 10 months ago

You can see the jitter while playing audio by "extras/dumpsys-filtered.sh", but I think it isn't similar to "ping". Jitter is the standard deviation of actual sampling frequency or its converted value in time but isn't any latency.