Volker Fischer
|
ca73117279
|
update the copyright
|
2015-12-31 13:14:09 +00:00 |
|
Volker Fischer
|
33c6e77c68
|
on request show the names of the connected clients in the server list
|
2015-12-09 15:50:30 +00:00 |
|
Volker Fischer
|
7ace26f23e
|
added a new client fader level setting
|
2015-11-25 15:52:00 +00:00 |
|
Volker Fischer
|
b5bae73ab3
|
added support for server disconnection
|
2015-10-17 15:37:58 +00:00 |
|
Volker Fischer
|
a46ea26cd8
|
support client operation without using a GUI frontend
|
2015-03-25 20:29:52 +00:00 |
|
Volker Fischer
|
16f170c030
|
improvement of auto jitter buffer detection in bad network conditions
|
2015-03-14 16:54:36 +00:00 |
|
Volker Fischer
|
33e5a07cf7
|
change all 2014 to 2015
|
2015-02-04 18:17:23 +00:00 |
|
Volker Fischer
|
bae2672ff2
|
added variables for storing the window position of the profile window
|
2015-01-31 08:15:56 +00:00 |
|
Volker Fischer
|
72c5f4cc63
|
a licence agreement dialog can be requested by the server
|
2015-01-23 19:43:18 +00:00 |
|
Volker Fischer
|
7918416054
|
added configurations "CONFIG+=opus_shared_lib" for using OPUS as a shared lib and "CONFIG+=nocelt" to disable legacy support for the old CELT library
|
2014-07-26 06:07:50 +00:00 |
|
Volker Fischer
|
afa2f0e812
|
added configurations "CONFIG+=opus_shared_lib" for using OPUS as a shared lib and "CONFIG+=nocelt" to disable legacy support for the old CELT library
|
2014-07-26 05:58:01 +00:00 |
|
Volker Fischer
|
5b2d256bc2
|
removed the "open chat on new message" mechanism since nobody actually uses this, now simply the window automatically opens on a new message if it is not already open, otherwise do nothing
|
2014-02-25 14:38:12 +00:00 |
|
Volker Fischer
|
292cf13a21
|
finished #43 Hybrid Mono/Stereo mode
|
2014-02-24 19:51:57 +00:00 |
|
Volker Fischer
|
5811b1f9d4
|
preparations for "mono in/stereo out" mode
|
2014-02-23 20:01:17 +00:00 |
|
Volker Fischer
|
17b5bb6dd9
|
introduce macro ENABLE_CLIENT_VERSION_AND_OS_DEBUGGING for enabling the version and OS query in the client (for debugging reasons)
|
2014-02-23 09:46:25 +00:00 |
|
Volker Fischer
|
388664e48e
|
support for querying the server version and OS type for debugging purpose (not in the regular version available)
|
2014-02-21 21:25:26 +00:00 |
|
Volker Fischer
|
2ac7a92eaf
|
finished implementation of a separate socket high priority thread
|
2014-02-16 08:20:07 +00:00 |
|
Volker Fischer
|
d7a41b5076
|
some fixes for Android
|
2014-01-21 17:25:46 +00:00 |
|
Volker Fischer
|
7320b0a4cc
|
CVector<bool> does not work -> implement a workaround with int type
|
2014-01-19 15:02:25 +00:00 |
|
Volker Fischer
|
180837f70b
|
store fader solo state
|
2014-01-19 10:51:31 +00:00 |
|
Volker Fischer
|
c0a67a9884
|
update to 2014
|
2014-01-05 16:52:38 +00:00 |
|
Volker Fischer
|
6e49e4e92c
|
change the mechanism of how the LEDs are updated -> no window event posts anymore to avoid blocking in the critical audio thread
|
2014-01-03 08:54:49 +00:00 |
|
Volker Fischer
|
379a3e9f9d
|
speed optimzation: avoid some unnecessary conversions from short to double
|
2013-12-15 12:46:09 +00:00 |
|
Volker Fischer
|
8ae66fd1a5
|
store window positions and visability state
|
2013-08-26 19:59:18 +00:00 |
|
Volker Fischer
|
c22c264123
|
Support for three audio quality settings (a new high quality rate is introduced)
|
2013-08-15 19:15:01 +00:00 |
|
Volker Fischer
|
2856626523
|
added formula
|
2013-06-09 06:42:33 +00:00 |
|
Volker Fischer
|
6bdb82c65f
|
Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled.
|
2013-06-03 16:07:17 +00:00 |
|
Volker Fischer
|
8e95b548cb
|
clean up the socket so that we do not have direct calls to e.g. protocol messages
|
2013-05-10 19:34:55 +00:00 |
|
Volker Fischer
|
ccadb45f11
|
fixed loud noise on initialial connection (caused by weird OPUS PLC effect)
|
2013-03-10 09:27:25 +00:00 |
|
Volker Fischer
|
961ae0f396
|
fix for loud noise at the beginning of a connection when a new server (supporting OPUS) is connected -> Still some noise left because of weird PLC effects of the OPUS codec
|
2013-03-10 08:19:41 +00:00 |
|
Volker Fischer
|
797a991417
|
support for storing fader tags/levels in settings file
|
2013-02-28 20:54:47 +00:00 |
|
Volker Fischer
|
e58976901d
|
added analyzerconsole
|
2013-02-23 17:49:44 +00:00 |
|
Volker Fischer
|
694ee2fae2
|
bug fix: use OPUS custom interface instead of the normal one
|
2013-02-16 19:11:30 +00:00 |
|
Volker Fischer
|
0c4f22eaa2
|
support for OPUS codec
|
2013-02-16 18:06:18 +00:00 |
|
Volker Fischer
|
f0d46f4fc0
|
started OPUS integration by just creating the OPUS objects and do nothing with them right now
|
2013-02-16 10:54:40 +00:00 |
|
Volker Fischer
|
b518f0cd96
|
added a "cc6_" prior to all file names, functions and global variables
|
2013-02-15 20:09:10 +00:00 |
|
Volker Fischer
|
ebd0882d52
|
file renaming
|
2013-02-13 16:41:24 +00:00 |
|
Volker Fischer
|
37f79f4e72
|
added comment
|
2013-02-12 15:34:53 +00:00 |
|
Volker Fischer
|
0f976c4c4c
|
Added Support for instrument picture on fader tag
|
2013-02-11 15:21:53 +00:00 |
|
Volker Fischer
|
a7895f88ea
|
update year to 2013
|
2013-01-23 10:41:13 +00:00 |
|
Volker Fischer
|
87aabee220
|
changed the qt includes to regular ones (without the .h)
|
2013-01-02 20:41:04 +00:00 |
|
Volker Fischer
|
9976292bc5
|
fix for old Qt version on Mac
|
2012-01-30 19:08:40 +00:00 |
|
Volker Fischer
|
3f75913dca
|
better handling of sound card reinits
|
2012-01-28 11:51:14 +00:00 |
|
Volker Fischer
|
0e04086d37
|
removed Cycle Time Variance measurement since it is not required anymore
|
2011-06-16 11:43:28 +00:00 |
|
Volker Fischer
|
d571f5328b
|
backup checkin, including lots of test code...
|
2011-06-11 05:19:48 +00:00 |
|
Volker Fischer
|
0f46659fcb
|
some more fixes
|
2011-05-28 12:17:01 +00:00 |
|
Volker Fischer
|
7af781447d
|
some fixes for server jitter buffer setting but still not working correctly
|
2011-05-28 06:01:26 +00:00 |
|
Volker Fischer
|
439dd65b46
|
most of the work done for separate client/server jitter buffer settings but not yet finished (does not work as expected yet)
|
2011-05-27 20:29:37 +00:00 |
|
Volker Fischer
|
691e593e0b
|
fix for the "set jitter buffer message" lock up problem
|
2011-05-25 21:01:45 +00:00 |
|
Volker Fischer
|
49070c77c1
|
replaced normal ping messages with connection less ping message to avoid all the acknowledge messages
|
2011-05-24 19:40:57 +00:00 |
|