Commit Graph

274 Commits

Author SHA1 Message Date
Volker Fischer
73ad939352 remove the "multithreading" qmake CONFIG parameter since OMP does not work for the Jamulus server because of too much threading overhead 2020-08-02 11:07:46 +02:00
Volker Fischer
df0ec35d05 added more mutex in the server (may fix #480) 2020-07-31 19:21:31 +02:00
Volker Fischer
9c5a77940f improve server audio mix processing for better clipping behavior 2020-07-23 17:31:21 +02:00
Volker Fischer
4707501060 log the number of connected clients on each new connection (#277) 2020-07-18 08:56:52 +02:00
Volker Fischer
0f9b422d0f server list/client list connection less message seems to need a mutex at the server 2020-07-11 09:28:44 +02:00
Volker Fischer
e7daf34063 added a GUI control to set the server Welcome Message in the server GUI 2020-07-09 20:03:09 +02:00
Volker Fischer
6a7f0a6dc3 add new register message which contains server version 2020-07-07 18:31:26 +02:00
Volker Fischer
dc6cfe0b5a moved a server setting in the settings class 2020-07-04 22:20:50 +02:00
Stefan Weil
3e3fe44a7f Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-30 12:59:53 +02:00
Volker Fischer
b5230c3420 merge fixes 2020-06-28 15:03:23 +02:00
Peter L Jones
d3059b608a Move the source 2020-06-28 08:48:48 +01:00
Peter L Jones
40b699e0a5 Save the source 2020-06-28 08:48:48 +01:00
Volker Fischer
2cb4c28fa7 minor clean up 2020-06-27 15:00:44 +02:00
Volker Fischer
70cfdfc94c use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
Volker Fischer
d60b538ce6 some cleanup with the level meter signal processing 2020-06-24 17:54:35 +02:00
Volker Fischer
04bb03c2f4 clip indicator improvements (do not show clipping too early) 2020-06-23 19:51:53 +02:00
Volker Fischer
68a9fc7c7e speed optimization with the channel levels in the server 2020-06-23 18:07:14 +02:00
Adam Sampson
0342576d8e Always initialise CServer::bRecorderInitialised.
Previously it was only set in the constructor if recording was enabled,
which resulted in uninitialised reads in CServerDlg.
2020-06-21 14:29:32 +01:00
Adam Sampson
7ee8f6264a Clean up custom Opus objects in ~CClient/~CServer.
This avoids a harmless memory leak for each.
2020-06-21 14:29:32 +01:00
Volker Fischer
e9aef3474c added some more info regarding the OMP implementation 2020-06-21 07:52:59 +02:00
Volker Fischer
1b3e49f990
Merge pull request #380 from atsampson/escapechat
HTML-escape chat messages at the server
2020-06-21 06:58:54 +02:00
Adam Sampson
a6206e664d HTML-escape channel names at the server. 2020-06-20 21:32:01 +01:00
Volker Fischer
4ebcaab5d7 added a comment 2020-06-20 22:11:03 +02:00
Adam Sampson
c9516f1962 Escape server and user names in the status HTML. 2020-06-20 16:43:18 +01:00
Volker Fischer
70d2a0e069 added a TODO comment 2020-06-20 13:47:15 +02:00
Volker Fischer
db7a7599b6 bug fixes for OMP implementation 2020-06-19 21:29:09 +02:00
Volker Fischer
3ac8a2de8d Merge commit '0c7866eda3266bd7cba8bc6af03d969b777e188d' 2020-06-19 16:21:13 +02:00
Volker Fischer
e73b198f92 the local pan middle position is no longer attenuated in Mono-in/Stereo-out mode (#353) 2020-06-18 19:16:31 +02:00
Peter L Jones
3f4125fe9d Client side changes for recorder state 2020-06-15 19:58:48 +01:00
Volker Fischer
fa0ff9faae merge fixes and some other stuff 2020-06-15 17:29:17 +02:00
Peter L Jones
ed10faea6d Define and send recorder state 2020-06-14 22:03:14 +01:00
Volker Fischer
e883a51db9 support for storing/recovering the server window positions (#357) 2020-06-14 08:49:58 +02:00
Volker Fischer
2285148cb8 Reference HTML file for welcome message #361 2020-06-13 18:15:52 +02:00
Volker Fischer
e1b982c34c merge fixes 2020-06-13 08:20:03 +02:00
Peter L Jones
fe338049b2 Add recorder state to console 2020-06-11 20:52:49 +01:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
9c811782dc direct use of Q_UNUSED on OPUS calls does not suppress the warning under Linux -> go back to previous implementation 2020-06-08 22:02:16 +02:00
Volker Fischer
0c7866eda3 initial OMP processing tests 2020-06-08 21:47:36 +02:00
Volker Fischer
93ec45d9cc some small fixes 2020-06-07 13:08:06 +02:00
Volker Fischer
efc24ffdbe improvement: only send channel levels if they are different from the previous ones 2020-06-07 12:09:30 +02:00
Volker Fischer
af0f9510f8 resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
Volker Fischer
8edb3185b0 using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
Volker Fischer
e7621af754 additional fix for #316 -> do not send valid IP address from server 2020-06-05 20:56:52 +02:00
Volker Fischer
b1c97c2d36 avoid showing IP address if no name in the musician profile is given #316 2020-06-05 14:22:44 +02:00
Volker Fischer
50ccb63163 merge fixes 2020-06-01 09:55:31 +02:00
Peter L Jones
d33612721e #228 Enable/Disable recording from command line 2020-05-30 18:04:55 +01:00
Volker Fischer
45bd6ca52b bug fix: server gain calculations were incorrect 2020-05-26 20:48:08 +02:00
Volker Fischer
f6e5120095 New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
Volker Fischer
726cc6facf clean up -> COMPATIBILITY ISSUE can be safely removed, ResetTimeOutCounter is not necessary since it is already done in the channel 2020-05-26 15:43:00 +02:00
Peter L Jones
7977413bb6 Review comment changes 2020-05-25 21:56:40 +01:00