My config.json file
"vox_silence_time": 2,
"audio_threshold": 200,
"audio_source": "UDP",
"input_device_index": 4,
"input_pulse_name": "pulse",
"output_device_index": 4,
"output_pulse_name": "pulse",
"zello_input_sample_rate": 16000,
"audio_input_sample_rate": 8000,
"in_channel_config": "left",
"audio_input_channels": 1,
"audio_output_sample_rate": 48000,
"audio_output_channels": 2,
"audio_output_volume": 1.5,
"logging_level": "debug",
"TGID_in_stream": false,
"TGID_to_play": 58917,
"UDP_PORT": 8080
My audio section of my OP25 smartnet json file
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "liquidsoap",
"udp_port": 8080,
"audio_gain": 4.0,
"number_channels": 2
Should I be using liquidsoap to send the audio to Zello?
"vox_silence_time": 2,
"audio_threshold": 200,
"audio_source": "UDP",
"input_device_index": 4,
"input_pulse_name": "pulse",
"output_device_index": 4,
"output_pulse_name": "pulse",
"zello_input_sample_rate": 16000,
"audio_input_sample_rate": 8000,
"in_channel_config": "left",
"audio_input_channels": 1,
"audio_output_sample_rate": 48000,
"audio_output_channels": 2,
"audio_output_volume": 1.5,
"logging_level": "debug",
"TGID_in_stream": false,
"TGID_to_play": 58917,
"UDP_PORT": 8080
My audio section of my OP25 smartnet json file
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "liquidsoap",
"udp_port": 8080,
"audio_gain": 4.0,
"number_channels": 2
Should I be using liquidsoap to send the audio to Zello?