g0orx / linhpsdr

Linux HPSDR
GNU General Public License v3.0
74 stars 45 forks source link

No Local Microphone on Mac #37

Open jancona opened 5 years ago

jancona commented 5 years ago

I notice that with the move from Portaudio to libsoundio for Mac, the Local Microphone option in the TX configuration dialog no longer works. A little digging in the code reveals that audio_open_input in audio.c is currently a no-op for Macs. Is this something that you plan on adding back in? Without it, I have no way to supply transmit audio to my radio.

Thanks for your work on linhpsdr!

g0orx commented 5 years ago

The code is a work in progress and will include microphone input, hopefully in a coupe of days when I have had a chance to finish testing it.

jancona commented 5 years ago

The current HEAD (ee9a4c5) works well. But there seems to be a problem with restoring saved audio settings, so depending on the exact settings, either some settings aren't restored or I get a segmentation fault.