Fix save/load config#9
Conversation
Additionally, automatically check the loaded audio format Signed-off-by: Andrea Bellotti <andrea.bellotti@outlook.com>
|
Hi and thanks for the PR. Unfortunately the CI systems don't let us create an audio stream and capture it then verify that the data are captured correctly, so there's no automatic way to test. |
|
Hi Chad, I should be able to test everything (apart form the number of mic channels) on all 3 platforms in the coming days. |
tstenner
left a comment
There was a problem hiding this comment.
All settings are index based, so whenever the ordering of options changes (either because the OS feels like it after a restart or a device is added/removed) the settings are lost. OTOH, it's a big improvement right now and the checkAudioFormat() on top should make sure that there are valid settings after loading the file.
Additionally, automatically check the loaded audio format
Signed-off-by: Andrea Bellotti andrea.bellotti@outlook.com