I'm using the following in .asoundrc. There are probably other configs that would work, but this works for me, with an IC7100.
toggle quoted message
Show quoted text
If you use this format for the name of the plug devices (mixnn and snoop nn) the latest QtSM can be set to display these in the soundcard selection boxes. 73, John pcm.dmix02 { ??? type dmix ??? ipc_key 60500 ??? ipc_key_add_uid false?? # let multiple users share ??? ipc_perm 0666?????????? # IPC permissions for multi-user sharing (octal, default 0600) ??? slave {pcm "hw:2,0"} } pcm.dsnoop02 { ??? type dsnoop ??? ipc_key 5001 ??? ipc_key_add_uid false?? # let multiple users share ??? ipc_perm 0666?????????? # IPC permissions for multi-user sharing (octal, default 0600) ??? slave {pcm "hw:2,0"} } # We need to define a plug linked to our dmix/dsnoop devices to do the rate conversion to 12000 pcm.mix02 { ??? type plug ??? slave.pcm "dmix02" # use our new PCM here ??? hint.description "Mix for hw:2,0"} pcm.snoop02 { ??? type plug ??? slave.pcm "dsnoop02" # use our new PCM here ??? hint.description "Snoop for hw:2,0"} On 21/07/2024 21:40, Chuck Gelm wrote:
On 6/8/24 14:36, John G8BPQ wrote:I'm currently testing ardopcf and QtSoundModem with an IC7100 on a Pi4.Does anyone have an update on running ARDOPCF and QtSoundModem on the same radio with linbpq? |