linhpsdr icon indicating copy to clipboard operation
linhpsdr copied to clipboard

No Local Microphone on Mac

Open jancona opened this issue 6 years ago • 2 comments

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!

jancona avatar May 10 '19 02:05 jancona

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.

g0orx avatar May 10 '19 07:05 g0orx

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.

jancona avatar Jun 26 '19 02:06 jancona