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

StreamConfigNotSupported error on Windows #38

Closed
Woyten opened this issue Nov 12, 2021 · 2 comments
Closed

StreamConfigNotSupported error on Windows #38

Woyten opened this issue Nov 12, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Woyten
Copy link
Owner

Woyten commented Nov 12, 2021

Starting microwave on a Windows PC fails with a StreamConfigNotSupported error.

Cause: Setting StreamConfig::buffer_size to BufferSize::Fixed(<value>) is not allowed.

Fix: Set StreamConfig::buffer_size to BufferSize::Default when SupportedStreamConfig::buffer_size is SupportedBufferSize::Unknown.

@Woyten Woyten added the bug Something isn't working label Nov 12, 2021
@Woyten Woyten self-assigned this Nov 12, 2021
@Woyten
Copy link
Owner Author

Woyten commented Nov 12, 2021

The fix is straight-forward. I will release a new version as soon as possible.

@Woyten
Copy link
Owner Author

Woyten commented Nov 14, 2021

To be released with microwave-0.25.0.

@Woyten Woyten closed this as completed Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant