n7tae / mvoice

A prototype M17 voice application for ham radio
GNU General Public License v2.0
55 stars 13 forks source link

Fixed hangup of Settings window when there was an audio device withouut description (or name) #11

Closed CircuitChaos closed 3 years ago

CircuitChaos commented 3 years ago

Clicking Settings in mvoice makes it hang on my machine. Investigation showed that I have two ALSA devices in ~/.asoundrc with no description, which makes mvoice loop trying to read the name and description of the same device forever. This simple fix fixes the problem.

n7tae commented 3 years ago

Thank you!