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

Add nperiods property to Driver #113

Merged
merged 5 commits into from
Jan 31, 2024

Conversation

hjespersen
Copy link
Contributor

This will just add the possibility to configure the number of periods used by the underlying soundcard. This can be especially helpfull when tailoring performance on jittery systems.

This will just add the possibility to configure the number of periods
used by the underlying soundcard. This can be especially helpfull when
tailoring performance on jittery systems.
@vrslev
Copy link
Owner

vrslev commented Jan 30, 2024

Hi there! Looks great, can you just add tests? I want to keep coverage at 100%.

@hjespersen
Copy link
Contributor Author

Hi there! Looks great, can you just add tests? I want to keep coverage at 100%.

hmm. jack2 dummy driver - used in the tests - doesn't allow you to change nperiods JackDummyDriver. Adding tests for nperiods would then involve either using alsa -driver or change the JackDummyDriver

@vrslev
Copy link
Owner

vrslev commented Jan 31, 2024

OK, got it. I will see what can be done once I’ll be in front of computer 😃

@vrslev
Copy link
Owner

vrslev commented Jan 31, 2024

I don't want to add alsa driver in CI, so let's just special-case this property 😃

@vrslev vrslev merged commit ec1d9b6 into vrslev:main Jan 31, 2024
8 checks passed
vrslev added a commit that referenced this pull request Jan 31, 2024
@vrslev
Copy link
Owner

vrslev commented Jan 31, 2024

Just released v0.2.0—it includes this PR :)

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