Woyten / tune

Make xenharmonic music and create synthesizer tuning files for microtonal scales.
MIT License
134 stars 6 forks source link

StreamConfigNotSupported error on Windows #38

Closed Woyten closed 3 years ago

Woyten commented 3 years ago

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 commented 3 years ago

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

Woyten commented 3 years ago

To be released with microwave-0.25.0.