-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio demos/tests: Only limit latency adjustment to Linux + ARM.
IsARM() is insufficient to decide if latency requirements should be loosened. The assumption was that IsARM == RaspberryPi, but now IsARM can also mean rather powerful Apple Silicon ARM SoC's like M1/M2/M3/M4/... and those do not need loose latency requirements. So only loosen if ARM + Linux. This is still a bit ham fisted as there are many other ARM SoC's under Linux than RaspberryPi which are swept up in this wide net. Baby steps.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters