eugenehp / trx

trx: Realtime audio over IP
GNU General Public License v2.0
64 stars 22 forks source link

snd_pcm_open: No such file or directory #3

Open ghost opened 6 years ago

ghost commented 6 years ago

sudo ./tx -h 239.0.0.0 trx (C) Copyright 2014 Mark Hills mark@xwax.org snd_pcm_open: No such file or directory

roelandjansen commented 5 years ago

try something like

sudo ./tx -d plughw:2,0 -h 239.0.0.1

e.g. define the audio source. Now, I know it's at times confusing which device to use. I have an ICOM Transceiver connected via USB:

roeland@taplop:~/src/arbitrium/trx> arecord -l List of CAPTURE Hardware Devices card 1: PCH [HDA Intel PCH], device 0: ALC3227 Analog [ALC3227 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 2: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0

and above takes the raw data from the second card, the audio codec of the transceiver.

If it helps you, see: https://www.volkerschatz.com/noise/alsa.html

gallantcrusader commented 2 years ago

Has this problem been solved, currently having this problem right now.

unmanagedtn commented 1 month ago

still having this issue on debian 12