pflarue / ardop

ardopcf - A multi-platform implementation of the Amateur Radio Digital Open Protocol (ARDOP)
Other
30 stars 7 forks source link

Disable CODEC host command. #27

Closed pflarue closed 6 months ago

pflarue commented 6 months ago

It is not clear what the CODEC host command was intended to do, or why. It seems to close the soundcard interface, which causes ardopcf to crash. I don't understand why this would be done via a host command. So, for now, disable the CODEC host command in HostInterface.c. If/when the intent of this command later becomes clearer, then a better fix might be implemented.