Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sample rate in tests to 44100 #2942

Merged
merged 4 commits into from
Dec 9, 2024
Merged

Conversation

jcavar
Copy link
Contributor

@jcavar jcavar commented Nov 20, 2024

A bunch of tests were failing on my computer as Settings.sampleRate
changed and the result was different then the reference.

jcavar added 4 commits August 26, 2024 09:53
I spent quite a bit of time debugging an issue where
`AudioUnitSetProperty` was returning error `OSStatus`.

Ideally, all of these would be marked as throws, so that call-site can
react appropriatelly to these errors. But I thought this is a good first
step to improve the current situation.
A bunch of tests were failing on my computer as `Settings.sampleRate`
changed and the result was different then the reference.
override func setUp() {
Settings.sampleRate = 44100
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

@aure aure merged commit ec7b290 into AudioKit:main Dec 9, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants