dh1tw / remoteAudio

Audio streaming application for Amateur Radio purposes
MIT License
166 stars 24 forks source link

cannot start client on windows 10 #23

Closed bennybubble closed 4 years ago

bennybubble commented 4 years ago

Hi Tobias,

I like to use your software to only listen (for the moment) to my remote SDR transceiver which is running on a RPI4. I've installed the NATS broker and running remoteAudio server nats on the RPI4, it seems to work... However the problem occurs with windows10: remoteAudio.exe client nats -u 192.168.30.23 It returns no config file found 2020-06-09 21:20:31.263186 I | output sound device: Speakers (High Definition Audio Device), HostAPI: Windows WASAPI unable to open recording audio stream on device Microphone (CORSAIR HS45 SURROUND): Invalid device

The result of the enumerate function is attached : win10_enum.txt

Your help is appreciated! -ben

bennybubble commented 4 years ago

Tobias,

This problem solved: Microphone was set to 44.1 kHz samplerate ... changing it to 48 kHz stopped the error message.

-ben