You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
CPU load on Raspberry Pi 3B+ and 4B is around 70% or a bit below.
a friend reported CPU load of 1 core just below 80% on Raspberry Pi 3B - without the "+".
i noticed fractional interpolations factor for both 44.1 kHz and 48.0 kHz input.
is it possible to reduce the CPU load? - probably by using non-fractional interpolations somwhow?
The text was updated successfully, but these errors were encountered:
I've rewritten much of the code so it uses threading. I've also implemented a resampler for the RDS encoder so the MPX signal path runs at 192 kHz. This means integer interpolation is used for 48 kHz audio. The new code isn't finished yet, but should hopefully speed things up and reduce CPU usage. Please see the pthread branch for the changes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CPU load on Raspberry Pi 3B+ and 4B is around 70% or a bit below.
a friend reported CPU load of 1 core just below 80% on Raspberry Pi 3B - without the "+".
i noticed fractional interpolations factor for both 44.1 kHz and 48.0 kHz input.
is it possible to reduce the CPU load? - probably by using non-fractional interpolations somwhow?
The text was updated successfully, but these errors were encountered: