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

ASIO4ALL always reports 44.1 even if 192 is the input to the driver #7

Open
chjan opened this issue Sep 22, 2017 · 0 comments
Open

Comments

@chjan
Copy link

chjan commented Sep 22, 2017

NEW INFO: After further investigations, I found a blunder in that an attempt was done to setSampleRate() after other calls like asioDriver.getChannelInput(i), which does not work.

Setting the samplerate as the first step, A4A will now accept 192.

However, the setting of samplerate = 0, which according to API should cause obedience to external sync, we could not get to work. This could be A4A since we were unable to set this value also from other (non-Java) DAWs. Case closed

Original text

While this and that ASIO driver + JasioHost is obedient to the input samplerate that the driver detects, for example 192, the ASIO4ALL driver (v2.14 as of 2017) will always report 44.1 on the getSampleRate(). There is a setSampleRate(), but is there another way to force the ASIO driver to always and automatically report on its output what it receives on its input?

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

No branches or pull requests

1 participant