Phil Taylor
|
86502a5c3a
|
Various compatibility improvements
|
2022-04-20 13:35:23 +01:00 |
Phil Taylor
|
23b37f2754
|
Attempt to fix weird retransmission bug
|
2022-04-08 09:53:02 +01:00 |
Phil Taylor
|
46cd6c1e53
|
Hopefully fix Linux compile error
|
2022-01-30 10:29:23 +00:00 |
Phil Taylor
|
9ae8bc660c
|
Lots more fixes and tweaks
|
2022-01-29 22:50:58 +00:00 |
Phil Taylor
|
dd9be7c99c
|
Tuning lost packets
|
2022-01-28 09:52:26 +00:00 |
Phil Taylor
|
30d5858663
|
Max missing packets slightly less than buffer size
|
2022-01-28 09:43:53 +00:00 |
Phil Taylor
|
2f4fe061b3
|
Improve missing packet handling
|
2022-01-27 19:11:16 +00:00 |
Phil Taylor
|
5ae3549ba5
|
Treat GUID as 16 bytes rather than trying to be clever!
|
2022-01-23 17:54:40 +00:00 |
Phil Taylor
|
1c8bc62fcc
|
More linux build fixes
|
2022-01-22 18:49:07 +00:00 |
Phil Taylor
|
39540612c7
|
More multi-radio support (nearly working!)
|
2022-01-22 15:12:36 +00:00 |
Phil Taylor
|
fcc7c9a5dc
|
Lots of changes, mainly for multi-radio support
|
2022-01-21 19:23:32 +00:00 |
Phil Taylor
|
914477d1dc
|
Tidy code after merge
|
2022-01-16 18:47:13 +00:00 |
Phil Taylor
|
ada263efed
|
Merge branch 'master' into audio-enhance
|
2022-01-16 18:28:36 +00:00 |
Phil Taylor
|
3abb4bc584
|
Revert "Try to send outgoing audio every 10ms"
This reverts commit b8f6feacbf .
|
2022-01-14 20:58:06 +00:00 |
Phil Taylor
|
b8f6feacbf
|
Try to send outgoing audio every 10ms
|
2022-01-14 20:55:41 +00:00 |
Phil Taylor
|
03799b2cda
|
More fixes
|
2022-01-14 20:52:25 +00:00 |
Phil Taylor
|
ed7d88eb1e
|
Fix that didn't work!
|
2022-01-14 19:43:48 +00:00 |
Phil Taylor
|
d9a611e118
|
Set latency for tx and rx
|
2022-01-14 19:40:25 +00:00 |
Phil Taylor
|
4696fe6824
|
Set buffer size with a #define
|
2022-01-13 21:50:43 +00:00 |
Phil Taylor
|
8ec82e7406
|
Various tidying in server and client code
|
2022-01-04 19:04:36 +00:00 |
Phil Taylor
|
8583973ca8
|
Add USB audio handling to UDP server
|
2021-03-22 09:10:03 +00:00 |
Phil Taylor
|
a0f4a4deeb
|
Add audio resampler
|
2021-03-09 17:22:16 +00:00 |
Phil Taylor
|
261794c1c8
|
Change authseq to be 8bit which hopefully will fix the 4 hour disconnect issue.
|
2021-03-06 14:33:31 +00:00 |
Phil Taylor
|
400144a28e
|
Force 48K audio mode from server
|
2021-03-01 16:28:15 +00:00 |
Phil Taylor
|
aef03a6b7e
|
Add audio handling to UDP server
|
2021-02-28 20:10:07 +00:00 |
Phil Taylor
|
80148a84bf
|
More fixes to retransmit logic
|
2021-02-23 20:48:53 +00:00 |
Phil Taylor
|
ae3005b8f8
|
Changes to retransmit code
|
2021-02-22 22:25:09 +00:00 |
Phil Taylor
|
3dd1f753fe
|
More packet type changes
|
2021-02-21 21:05:58 +00:00 |
Phil Taylor
|
7d5a066108
|
Small fix when requesting stream
|
2021-02-21 15:06:27 +00:00 |
Phil Taylor
|
ba0509ba61
|
Fix txaudio and move udphandler into its own thread
|
2021-02-21 14:53:42 +00:00 |
Phil Taylor
|
4e6d4d5faa
|
Some more packet type fixes and make it not disconnect other users from the radio.
|
2021-02-21 01:18:14 +00:00 |
Phil Taylor
|
258b56fc58
|
Fix tx audio packet
|
2021-02-20 20:19:18 +00:00 |
Phil Taylor
|
df2c76588d
|
Change the way that packets are handled
Packets can now be cast to a union of structs that allows each part to be accessed individually. Still a work in progress!
|
2021-02-20 18:29:23 +00:00 |