We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After creating a 24-bit file using something like:
$ sox --channels 2 --bits 24 --rate 48000 --null 997-1-48000-24.wav synth 30 sine 997 gain -1
With a configuration of sampleType = "Int24", FlexASIOTest 1.4 refuses to play that file:
sampleType = "Int24"
FATAL ERROR: Cannot playback from file: Unable to read input file: Attempt to read a non-integer number of channels.
This looks like a bug in FlexASIOTest, not FlexASIO itself.
The text was updated successfully, but these errors were encountered:
dechamps/ASIOTest@bc839e4
526e049
No branches or pull requests
After creating a 24-bit file using something like:
With a configuration of
sampleType = "Int24"
, FlexASIOTest 1.4 refuses to play that file:This looks like a bug in FlexASIOTest, not FlexASIO itself.
The text was updated successfully, but these errors were encountered: