Phil Taylor
|
c7af6a3a38
|
Change toolbar display formatting
|
2021-05-28 10:45:09 +01:00 |
|
Phil Taylor
|
1e917b3c3b
|
udpserver fixes
|
2021-05-27 18:34:44 +01:00 |
|
Phil Taylor
|
49bcc40f2e
|
udpServer fixes
|
2021-05-27 17:59:01 +01:00 |
|
Phil Taylor
|
be81d8d767
|
Update udpserver.cpp
|
2021-05-27 15:25:18 +01:00 |
|
Phil Taylor
|
2ac8d3332c
|
Update udpserver.cpp
|
2021-05-27 14:57:06 +01:00 |
|
Phil Taylor
|
4ca16d7376
|
Fix udpserver
|
2021-05-27 14:42:28 +01:00 |
|
Phil Taylor
|
f567d5ab04
|
Use ring buffer with rtaudio to eliminate mutexes
|
2021-05-27 11:41:08 +01:00 |
|
Phil Taylor
|
a2219585af
|
Non working test
|
2021-05-23 16:09:41 +01:00 |
|
Phil Taylor
|
5b64ec3c19
|
Merge branch 'lan-alpha' into rtaudio
|
2021-05-22 21:09:04 +01:00 |
|
Phil Taylor
|
5721d3be79
|
Attempt to fix crash
|
2021-05-22 14:58:52 +01:00 |
|
Phil Taylor
|
3401b2f0fa
|
Make only first client have TX audio
|
2021-05-22 11:32:57 +01:00 |
|
Phil Taylor
|
a7f76ebbea
|
Stop audiohandler re-enumerating devices on connect.
|
2021-05-22 10:43:57 +01:00 |
|
Phil Taylor
|
24acdc95de
|
"Hopefully" fix annoying UDP server crash on client disconnect!
|
2021-05-22 00:52:01 +01:00 |
|
Phil Taylor
|
39832a2acb
|
Fix for TX audio in udp server
|
2021-05-22 00:32:09 +01:00 |
|
Phil Taylor
|
a34bbc7e8c
|
Add baud rate detection for remote rigs
|
2021-05-21 16:30:52 +01:00 |
|
Phil Taylor
|
2c5d9f2256
|
Fix silly error in udpserver audio
|
2021-05-18 09:33:25 +01:00 |
|
Phil Taylor
|
b4c10ce2a0
|
More rtaudio stuff
|
2021-05-16 21:16:59 +01:00 |
|
Phil Taylor
|
f7f6c8e565
|
Add --debug option to increase debugging for release builds
|
2021-05-15 18:53:16 +01:00 |
|
Phil Taylor
|
d8f965264d
|
Fixes to UDP server
|
2021-05-14 09:55:02 +01:00 |
|
Phil Taylor
|
bb8161c37b
|
Small fixes to UDP server
|
2021-03-22 15:16:41 +00:00 |
|
Phil Taylor
|
f75c96e490
|
Add USB audio handling to UDP server
|
2021-03-22 09:10:03 +00:00 |
|
Phil Taylor
|
274dd3a93d
|
Small fix for audio packet handling
|
2021-03-14 08:44:30 +00:00 |
|
Phil Taylor
|
3d132411f7
|
Revert changing hex to Qt:hex as Qt:hex not exposed in earlier Qt namespace
|
2021-03-13 18:56:19 +00:00 |
|
Phil Taylor
|
903b302d7d
|
Fix some compile warnings and deprecation.
|
2021-03-13 16:56:48 +00:00 |
|
Phil Taylor
|
0404624029
|
Some code tidying in udpserver/audiohandler
|
2021-03-13 09:50:43 +00:00 |
|
Phil Taylor
|
71678332c9
|
Add audio resampler
|
2021-03-09 17:22:16 +00:00 |
|
Phil Taylor
|
0f11968812
|
Create udpPreferences struct and remove civPort and audioPort from UI
|
2021-03-01 19:53:12 +00:00 |
|
Phil Taylor
|
b577c6c3d1
|
Force 48K audio mode from server
|
2021-03-01 16:28:15 +00:00 |
|
Phil Taylor
|
eb41cbfb70
|
Second attempt to fix Linux warnings
|
2021-02-28 20:15:34 +00:00 |
|
Phil Taylor
|
c76289d381
|
Fix inevitable Linux compile warnings
|
2021-02-28 20:13:45 +00:00 |
|
Phil Taylor
|
d3e647576f
|
Add audio handling to UDP server
|
2021-02-28 20:10:07 +00:00 |
|
Phil Taylor
|
25f10d19cf
|
Add logging categories
|
2021-02-23 21:21:22 +00:00 |
|
Phil Taylor
|
3c201afa19
|
Change UDP Server to use new packet format
|
2021-02-23 20:49:26 +00:00 |
|
Phil Taylor
|
ec0d5cbb56
|
More packet type changes
|
2021-02-21 21:05:58 +00:00 |
|
Phil Taylor
|
648c97a835
|
Fix server compile warning
|
2021-02-18 18:47:47 +00:00 |
|
Phil Taylor
|
14e2e63b42
|
Fix for endian-ness of packets
|
2021-02-18 17:44:11 +00:00 |
|
Phil Taylor
|
7ff05ef329
|
More fixes to server connection management
|
2021-02-18 14:15:03 +00:00 |
|
Phil Taylor
|
a622ea3227
|
Fix error when deleting server connections
I still think that maybe this should be done better?
|
2021-02-18 13:49:19 +00:00 |
|
Phil Taylor
|
d9f8729fa4
|
Connect Civ to/from server
|
2021-02-18 09:14:41 +00:00 |
|
Phil Taylor
|
5918a16ec3
|
server now accepting civ/audio connection.
|
2021-02-17 23:10:26 +00:00 |
|
Phil Taylor
|
55e153448c
|
Fix udpserver compile warnings
|
2021-02-16 20:57:48 +00:00 |
|
Phil Taylor
|
801cc3369d
|
Few fixes to server setup ui.
|
2021-02-16 20:55:30 +00:00 |
|
Phil Taylor
|
f654bd0f91
|
First commit of server code
Doesn't actually do anything at the moment other than allow clients to connect and login.
|
2021-02-16 16:16:46 +00:00 |
|