AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
4 stars 2 forks source link

chan_usbradio: Change to prevent buffer overflow #295

Closed KB4MDD closed 3 months ago

KB4MDD commented 3 months ago

This changes chan_usbradio to only send audio to the sound device when the PTT is active. This helps address a problem with the internal timing difference causing the driver to overflow the sound device's internal buffer.

This makes chan_usbradio work like chan_simpleusb. chan_simpleusb only sends audio when PTT is active.