flipswitchingmonkey / FlexASIO_GUI

Simple configuration GUI for FlexASIO
MIT License
350 stars 26 forks source link

Config check #10

Open tilllt opened 3 years ago

tilllt commented 3 years ago

Thanks for your GUI Tool, it makes life easier with FlexASIO.

BUT ;)

i think it would be great if there were some basic checks, which actually prevent you to configure FlexASIO in a way that it does not work. I.e. imho it is not obvious that channel count 0 means "Use Default Channel count reported by Device". As far as i understand the comments of the FlexASIO author, the devices report their available channels, so i guess it should be possible to limit the selection to the actual available channels... Also, it would be great if some "known bugs" as mentioned by the author would be caught in the GUI already, i.e. that you can not use small buffers in conjunction with DirectSound.

Ultimately it would be great if, the results of a future config check: https://github.com/dechamps/FlexASIO/issues/111 would be represented in the GUI.

Here the whole thread: https://github.com/dechamps/FlexASIO/issues/110

thanks, t.