vk2mpj
Member
G'day all,
I come to you with cap in hand, as this is really getting frustrating.
I can successfully get OP25 working using rx.py, but I would like to use multi_rx.py so that I can add radio ID tags.
I have gotten it running, and it is decoding control channel data, and seems to be following voice as expected, but I am not hearing anything. All I want to do is have it play the audio out of the speakers just like rx.py does. No streaming to any services etc. But alas, it just wont do it.
What (most likely obvious) step am I missing? If someone could have a look at my config below and let me know
thanks in advance
Config is
I come to you with cap in hand, as this is really getting frustrating.
I can successfully get OP25 working using rx.py, but I would like to use multi_rx.py so that I can add radio ID tags.
I have gotten it running, and it is decoding control channel data, and seems to be following voice as expected, but I am not hearing anything. All I want to do is have it play the audio out of the speakers just like rx.py does. No streaming to any services etc. But alas, it just wont do it.
What (most likely obvious) step am I missing? If someone could have a look at my config below and let me know
thanks in advance
Config is
JSON:
{
"channels": [
{
"name": "Voice_ch1",
"device": "sdr0",
"trunking_sysname": "Willans Hill",
"meta_stream_name": "",
"demod_type": "cqpsk",
"cqpsk_tracking": true,
"tracking_threshold": 120,
"tracking_feedback": 0.75,
"destination": "udp://127.0.0.1:23456",
"excess_bw": 0.2,
"filter_type": "rc",
"frequency": 419550000,
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": "",
"crypt_keys": ""
}
],
"devices": [
{
"args": "airspy=0",
"frequency": 419550000,
"gains": "LNA:10,MIX:10,IF:5",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0,
"rate": 10000000,
"usable_bw_pct": 0.95,
"tunable": false
}
],
"trunking": {
"module": "tk_p25.py",
"chans": [
{
"nac": "0x2d7",
"sysname": "Willans Hill",
"control_channel_list": "419.550",
"whitelist": "",
"blacklist": "",
"tgid_tags_file": "",
"rid_tags_file": "",
"tdma_cc": false,
"crypt_behavior": 2
}
]
},
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "default",
"udp_port": 23466,
"audio_gain": 1.0,
"number_channels": 1
}
]
},
"terminal": {
"module": "terminal.py",
"terminal_type": "curses",
"#terminal_type": "http:127.0.0.1:8080",
"curses_plot_interval": 0.1,
"http_plot_interval": 1.0,
"http_plot_directory": "../www/images",
"tuning_step_large": 1200,
"tuning_step_small": 100
}
}