mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-05 22:35:29 +00:00
Decoded list fix
Fixed the decoded list from growing exponentially, by moving the processSerial function to the decode function. This significantly reduced the audio delay. There still is a slight audio delay that gets output about a second after rekeying. For this fix, the processSerial function in the read thread was commented out and this casued a delay in receiving some of the control signals from the dongle.
This commit is contained in:
parent
6965a87b9f
commit
18fba8f75d
2 changed files with 63 additions and 17 deletions
|
|
@ -155,7 +155,7 @@ enum {
|
|||
// Stop Bits
|
||||
//
|
||||
|
||||
#define FT_STOP_BITS_1 (UCHAR) 1
|
||||
#define FT_STOP_BITS_1 (UCHAR) 0
|
||||
#define FT_STOP_BITS_2 (UCHAR) 2
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue