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

Implement sample rate selection #2

Closed
dechamps opened this issue Jan 22, 2019 · 0 comments
Closed

Implement sample rate selection #2

dechamps opened this issue Jan 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dechamps
Copy link
Owner

dechamps commented Jan 22, 2019

There should be a way to switch the QA401 into 192 kHz sample rate mode.

@dechamps dechamps added the enhancement New feature or request label Jan 22, 2019
@dechamps dechamps added this to the ASIO401 1.0 milestone Jan 22, 2019
@dechamps dechamps self-assigned this Jan 22, 2019
dechamps added a commit that referenced this issue Jan 27, 2019
This seems somewhat cleaner, as this way we don't alter the state of
the QA401 until we actually start using it. Besides, this will help
with managing the state of register 5, especially since the sample
rate can only be changed when the QA401 is reset, but we don't know
the sample rate yet at ASIO init time.

See #2.
dechamps added a commit that referenced this issue Jan 27, 2019
This is required when running at 192 kHz sample rate due to the
extreme USB I/O timing constraints (there is only 5 milliseconds of
budget between the end of USB I/O and the start of the next one).

See #2.
dechamps added a commit that referenced this issue Jan 27, 2019
The previous default, 1024 samples, implies an unrealistic 5 ms
buffer processing deadline.

See #2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant