Re: Analog_Bridge and audio processing
Patrick,
toggle quoted messageShow quoted text
The band pass filter is not configurable. I believe it's 300 to 3000 Hz. If you want to insert audio processing between Analog_Bridge and Asterisk, (The USRP channel driver) you might want to create a "shim" the shim would extract the PCM audio from the USRP data stream, make your adjustments and then rebuild the USRP data before sending on to ASL or Analog_Bridge in the other direction. This is a broad stroke of a idea and could be fleshed out. I have seen your post on the HAMVIOP list and as Steve said, you can "steer" Analog_Bridge and MMDVM_Bridge via a external interface. The example he pointed you to is simple and we are putting the finishing touches on a script that would give users a simple commandline interface to changing parameters on the fly. Below is a partial list of comands. Usage: ./dvswitch.sh {mode | tune | ambesize | ambemode | update | tlvAudio | usrpAudio | tlvPorts | info | mute | message | pushfile | collectProcessDataFiles | collectProcessPushDataFiles | pushurl | collectProcessPushDataFilesHTTP} tune tg tune to specific TG/Reflector ambesize ambemode {DMR|NXDN|P25|YSFN|YSFW|DSTAR} Set AMBE mode mode {DMR|NXDN|P25|YSF|DSTAR} Set Analog_Bridge mode update Update callsign databases tlvAudio gain Set AMBE audio gain usrpAudio gain Set PCM audio gain tlvPorts rxport txport Set Analog_Bridge receive and transmit ports mute {OFF|USRP|TLV|BOTH} Cause Aanlog_Bridge to mute a stream info Update ABInfo and send to DVSM/UC message msg Send a text message to DVSM/UC pushfile file Push file to DVSM pushurl url Push URL to DVSM collectProcessDataFiles Collect and prepare DVSM data files collectProcessPushDataFiles Collect, prepare and upload DVSM data files collectProcessPushDataFilesHTTP Collect, prepare and upload DVSM data files over http We are adding more commands as we "expose" the TLV commands available. 73, Steve N4IRS
On 10/29/2019 12:56 PM, Patrick Perdue
wrote:
Hi all:
|
|