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

jack_load_test: fix parameter help #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fps
Copy link
Contributor

@fps fps commented May 13, 2024

The help text of jack_load_test says:

        -t, --timeout         Wait timeout in seconds

But the time is interpreted as microseconds:

See:

process_cb (jack_nframes_t nframes, void *arg)

which calls jack_get_time()

https://jackaudio.org/api/group__TimeFunctions.html#ga3b26460e62a56cf012e9075dcb1b6294

but jack_get_time returns microseconds. This PR just updates the help text to describe the current behaviour.

@fps
Copy link
Contributor Author

fps commented Aug 28, 2024

Note: the build failure in CI is not caused by 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.

1 participant