Commit Graph

302 Commits

Author SHA1 Message Date
Volker Fischer
f0a3e97b96 update of copyright 2011-02-22 18:56:52 +00:00
Volker Fischer
35c93ef39a move overall delay estimation algorithm in client class 2010-06-27 12:06:35 +00:00
Volker Fischer
5f7db0880e first working VST version 2010-04-06 18:23:10 +00:00
Volker Fischer
7362dae229 fixes for reverberation in stereo mode (disable channel selection and apply reverb on both channels) 2010-03-24 20:10:25 +00:00
Volker Fischer
b710dfbc72 first finished version of stereo support (incl. GUI and settings) 2010-03-22 19:01:41 +00:00
Volker Fischer
2a77dbda58 first working stereo version (algorithm part) 2010-03-22 16:38:15 +00:00
Volker Fischer
7173108c77 preparations for stereo support 2010-03-21 20:46:53 +00:00
Volker Fischer
c7f1992890 changed macro name 2010-03-21 08:31:17 +00:00
Volker Fischer
bd6508c58f first working version of sound card channel selection 2010-03-20 12:57:16 +00:00
Volker Fischer
2387a49ba0 use smaller sound card frame sizes as default for Mac 2010-03-13 07:06:25 +00:00
Volker Fischer
58ce295b08 small fix 2010-03-05 05:51:25 +00:00
Volker Fischer
1c76d2e8fe bug fix with overall delay calculation if sound card conversion buffer is used 2010-02-07 12:15:36 +00:00
Volker Fischer
75b1994257 added some more ASIO sample formats (not yet all implemented!), support for sound card conversion buffer to support sound card frame sizes which are different from the predefined ones 2010-02-03 19:27:48 +00:00
Volker Fischer
769f02e5e7 updated copyright 2010-01-03 13:40:46 +00:00
Volker Fischer
70e53c4383 fixes for error messages, removed std::string -> replaced by QString 2009-12-01 20:08:21 +00:00
Volker Fischer
46a9825d07 removed actual sound card buffer size GUI control, only enable radio buttons for supported sound card frame sizes 2009-11-30 19:28:29 +00:00
Volker Fischer
1474ca5ced added fancy GUI design 2009-09-19 08:28:24 +00:00
Volker Fischer
252c302ccf enable delay to somehow improve the disconnect behaviour (problem not yet fully solved) 2009-09-17 19:48:00 +00:00
Volker Fischer
65d61f1c0e implementation of channel name request message, required if server is restarted while client thinks it is still connected 2009-09-17 19:15:56 +00:00
Volker Fischer
a8a3ebd483 fix for jitter buffer message, added some TODO comment 2009-09-17 07:00:21 +00:00
Volker Fischer
3c80a82ea6 unix2dos 2009-09-16 20:27:16 +00:00
Volker Fischer
c95b612fb5 added some test code 2009-09-16 19:47:39 +00:00
Volker Fischer
519590d764 go back to original factor for auto jitter buffer calculation 2009-09-09 19:41:06 +00:00
Volker Fischer
8527f2bd01 use low complexity CELT encoder mode 2009-08-23 16:22:57 +00:00
Volker Fischer
dae4e63e3a new version number, small fix for celt decoding 2009-08-21 05:53:54 +00:00
Volker Fischer
e77e8641d0 fix for sound card buffer sizes which are not supported 2009-08-19 07:23:33 +00:00
Volker Fischer
256cd88a6a added some static casts 2009-08-17 17:44:58 +00:00
Volker Fischer
61b086d898 clear mixer board on disconnect 2009-08-17 16:20:15 +00:00
Volker Fischer
1083117626 consider jitter in server timer for auto jitter buffer function 2009-08-17 15:26:20 +00:00
Volker Fischer
5a68ff676d bug fix 2009-08-17 13:54:41 +00:00
Volker Fischer
87bf110ef3 more detailed error text in case of wrong sound card frame size 2009-08-16 12:49:09 +00:00
Volker Fischer
aa2a36cd4f added comment 2009-08-16 07:55:37 +00:00
Volker Fischer
1fac1056ea check sound card frame sizes and fire error in case it is not supported 2009-08-16 00:05:03 +00:00
Volker Fischer
cb097793f0 Added "Use High Quality Audio" check box in settings dialog (this changes the CELT bit rate actually) 2009-08-15 20:37:18 +00:00
Volker Fischer
d6ec1b8978 - send more quit messages on stop
- change in auto network jitter buffer setting -> smaller values
2009-08-15 14:16:03 +00:00
Volker Fischer
94c27493c2 some renamings, store actual frame size factor 2009-08-13 18:59:14 +00:00
Volker Fischer
af0b4816c3 bug fixes 2009-08-13 16:12:49 +00:00
Volker Fischer
3f6cfbbaeb fixes for big block sizes, still not finished 2009-08-13 06:43:42 +00:00
Volker Fischer
87ad3118ff better default rates (when using server, not only self connection) 2009-08-11 14:35:24 +00:00
Volker Fischer
84f0a31a20 certain bug fixes and code cleanup 2009-08-11 09:10:23 +00:00
Volker Fischer
5d8d6eecb2 fix for auto jitter buffer setting 2009-08-03 05:50:52 +00:00
Volker Fischer
36c1bc1da4 fix for overall delay estimation 2009-08-02 20:14:25 +00:00
Volker Fischer
22713c9c7a some more GUI work 2009-08-02 19:18:19 +00:00
Volker Fischer
9eb7bb9e1f some GUI work 2009-08-02 17:44:45 +00:00
Volker Fischer
43eb897fd8 bug fix, some renamings of variables/functions, introduction of new signal in channel 2009-08-02 07:54:15 +00:00
Volker Fischer
eb0c8e3786 added class for high precision timer for server 2009-08-01 09:05:14 +00:00
Volker Fischer
148841d924 fix 2009-07-30 18:54:50 +00:00
Volker Fischer
9837af237d make the project compilable again 2009-07-30 18:36:37 +00:00
Volker Fischer
bb7e32872f even more work done 2009-07-28 20:31:23 +00:00
Volker Fischer
6768e0ebf9 some more work 2009-07-28 07:17:04 +00:00
Volker Fischer
572dcd8728 some fixes/updates 2009-07-25 20:54:57 +00:00
Volker Fischer
f53d28fc11 make the source compilable under Windows, no working functionality yet 2009-07-24 20:17:01 +00:00
Volker Fischer
034530474c start work for supporting CELT codec, code does not compile at the moment (backup checkin) 2009-07-24 14:31:25 +00:00
Volker Fischer
c7168206d0 some more work for multiple sample rate support 2009-07-05 07:07:30 +00:00
Volker Fischer
181a8142a8 initial work for setting sample rate in client 2009-07-04 06:55:46 +00:00
Volker Fischer
f5feef2a6f add normlization for the case that the two channels are added together 2009-07-03 17:12:09 +00:00
Volker Fischer
e7e158d630 support for testbench under Linux, added some lines in change log 2009-05-09 17:38:25 +00:00
Volker Fischer
0b3e8c76a2 added disconnect message, some GUI changes 2009-05-09 08:22:09 +00:00
Volker Fischer
3bc7d3cc32 implemented combo box for server address for storing the last 6 items 2009-05-04 11:27:05 +00:00
Volker Fischer
ffe0869129 improved variable type consistency -> changed unsigned char in uint8_t (removed TODO comments and copy operations) 2009-03-28 20:02:21 +00:00
Volker Fischer
d1fa3ff53e yet another auto jitter buffer fix 2009-03-19 17:45:43 +00:00
Volker Fischer
18d3872d71 auto jitter buffer change 2009-03-19 17:13:18 +00:00
Volker Fischer
2d5ab5dbd8 fix for auto jitter buffer setting 2009-03-19 06:53:05 +00:00
Volker Fischer
564d54f68c small fix for auto jitter buffer setting 2009-03-18 07:24:53 +00:00
Volker Fischer
9dd942bec6 bug fixes for timing variance calculation, new init parameters for CycleTime class, added CycleTime for channel estimating input network stream variance of timing 2009-03-17 06:50:00 +00:00
Volker Fischer
1e0fe59f58 implementation that outside the software the audio buffer size can be changed and the software reconfigures automatically 2009-03-12 13:07:43 +00:00
Volker Fischer
1f8549d00d fixed typo 2009-03-10 17:35:39 +00:00
Volker Fischer
c61b9d593a implemented auto output settings for server depending on maximum upload rate, bug fix in server, some code cleanup, new entry in server dialog table 2009-03-10 10:47:55 +00:00
Volker Fischer
1697b8f9cd bug fix with sound card device selection, show red text if actual sound card buffer size differs from preffered value 2009-03-08 17:14:37 +00:00
Volker Fischer
db19ed48bc bug fixes 2009-03-08 09:01:01 +00:00
Volker Fischer
d3c76269d2 removed some qDebug(), less number of possible audio block sizes, fix for auto jitter buffer -> still not ready 2009-03-08 07:26:01 +00:00
Volker Fischer
f38aa17ca6 fix for setting sound card device 2009-03-07 20:45:00 +00:00
Volker Fischer
029719fd1d created separate class for time response measurement 2009-03-07 10:52:06 +00:00
Volker Fischer
8a8cf0b543 implemented to show actual sound card buffer size 2009-03-05 20:45:36 +00:00
Volker Fischer
ee28e3bc8e bug fix in socket buffer, fix in channel, ASIO buffer size setting should work now, some other small fixes 2009-03-05 20:07:41 +00:00
Volker Fischer
22ab17e84f fix for auto jitter buffer setting 2009-03-04 21:11:48 +00:00
Volker Fischer
5cbf5cfd13 some more work for sound card buffer size index implementation 2009-03-04 07:57:44 +00:00
Volker Fischer
2e81acfc3d preliminary implementation 2009-03-03 18:04:51 +00:00
Volker Fischer
0982cb21ff cleanup, preparations for new settings dialog, not yet working! 2009-03-03 13:37:28 +00:00
Volker Fischer
2efdb7775d some code cleanup, introduces one more check in protocol 2009-03-02 20:11:24 +00:00
Volker Fischer
c064b49576 fix for mutex in channel object 2009-03-02 09:36:00 +00:00
Volker Fischer
d7043ffbb6 bug fix 2009-03-01 22:16:16 +00:00
Volker Fischer
2d653ef3cc some cleanup 2009-03-01 22:08:06 +00:00
Volker Fischer
24ce20479e implemented network transport properties protocol mechanism 2009-03-01 20:53:12 +00:00
Volker Fischer
91071384d2 big changes on software structure, intermediate backup checkin -> NOT WORKING correctly right now 2009-03-01 11:17:35 +00:00
Volker Fischer
8843e94822 set the soundcard buffer size in the init function 2009-02-24 22:56:19 +00:00
Volker Fischer
2cd15abb8a added new protocol messages for network transport properties; removed unnecessary protocol events 2009-02-24 18:20:33 +00:00
Volker Fischer
949e2f1387 only one initialization function for sound interface now 2009-02-23 20:13:03 +00:00
Volker Fischer
3fb2d9ca5e added soundbase class 2009-02-22 23:13:59 +00:00
Volker Fischer
c077f6ecf8 code cleanup (removed tabs), 2008 -> 2009 2009-02-22 11:07:18 +00:00
Volker Fischer
71598931e2 some cleanup and preperations for callback based audio interface 2009-02-21 17:37:15 +00:00
Volker Fischer
5917ead5e6 added text label for audio fader to show the actual attenuation state 2009-02-17 12:32:50 +00:00
Volker Fischer
6299f7ce92 speed optimziation: use mono resampler for audio output 2009-02-17 11:58:27 +00:00
Volker Fischer
347befce8d fix for auto jitter buffer setting 2009-02-16 16:06:14 +00:00
Volker Fischer
0087d50761 speed optimization: use shorter resampling filter 2009-02-14 11:15:53 +00:00
Volker Fischer
55c680e6fd speed optimizations 2009-02-14 00:46:58 +00:00
Volker Fischer
e6945fdf67 bug fix 2009-02-12 23:06:41 +00:00
Volker Fischer
b38b8c01a7 better behaviour of ping and overall delay displays for large delays 2009-02-12 17:15:17 +00:00
Volker Fischer
f84b9673bd added automatic network jitter buffer setting functionality 2009-02-12 14:48:35 +00:00
Volker Fischer
b0d0292314 removed test code 2009-02-11 18:45:22 +00:00
Volker Fischer
d741bc6e30 test implementation for automatic network buffer size setting 2009-02-11 18:37:26 +00:00
Volker Fischer
e42c3afb81 fixes for the client audio standard deviation measurement, added code for asio interface for using power of two size blocks (not enabled right now) 2009-02-08 22:44:18 +00:00
Volker Fischer
8d77d11ff9 some fixes for selecting different ASIO soundcards 2008-10-31 20:27:55 +00:00
Volker Fischer
d72746279d very small fix 2008-10-27 16:41:08 +00:00
Volker Fischer
c50dd2fc56 make it possible to select the local port number for client, too 2008-08-13 19:08:45 +00:00
Volker Fischer
55aaafd90f fixes for ping time measurement under Windows, implemented security checks for protocol 2008-08-11 17:21:09 +00:00
Volker Fischer
4d980a8a54 fix for ping measurement under Windows 2008-08-10 21:56:03 +00:00
Volker Fischer
c717fc11a9 removed additional ms for ping time mearuement 2008-08-10 20:17:34 +00:00
Volker Fischer
9eb8aa7d23 added some more comment 2008-08-09 07:57:44 +00:00
Volker Fischer
5fe78dda7d go back to original version 2008-08-05 20:59:01 +00:00
Volker Fischer
0b7c401c9a some fixes and preparations 2008-08-03 21:38:24 +00:00
Volker Fischer
d8621f5839 almost finished ping message system 2008-08-02 13:42:24 +00:00
Volker Fischer
788908b0d2 some more work for ping message 2008-08-02 07:28:21 +00:00
Volker Fischer
70d368c9b7 first working version of chat functionality 2008-07-24 16:20:25 +00:00
Volker Fischer
59390f6d37 support for client to connect server on different port number 2008-07-22 15:35:58 +00:00
Volker Fischer
11fb1dbacd support for custom server port number selection 2008-07-22 15:17:19 +00:00
Volker Fischer
33be3c0812 some more conversion buffer work 2008-07-15 20:33:41 +00:00
Volker Fischer
11e8dc7b3d ASIO fixes 2008-07-13 22:57:31 +00:00
Volker Fischer
f75d699116 ASIO first version finished 2008-07-13 15:49:42 +00:00
Volker Fischer
6b81e2ce55 some fixes 2008-07-13 13:16:31 +00:00
Volker Fischer
d0e6f9985a some fixes 2008-07-12 23:33:27 +00:00
Volker Fischer
ceacfd9a13 small changes 2008-04-08 18:38:55 +00:00
Volker Fischer
40eb650c44 update INSTALL file 2008-03-29 07:14:35 +00:00
Volker Fischer
2b47659346 fixes for the QT4 slider controls 2008-02-02 09:35:58 +00:00
Volker Fischer
a8ef2fabef some fixes 2008-01-27 10:05:15 +00:00
Volker Fischer
ccc664a084 some file writing issues, some other fixes 2008-01-26 14:55:38 +00:00
Volker Fischer
e53ded5b14 replaced current init-file code with XML init-file code (using native QT XML support) 2008-01-26 10:38:18 +00:00
Volker Fischer
fa759cefdf first QT4 version which can be compiled and linked without errors on Windows 2008-01-17 18:56:43 +00:00
Volker Fischer
6608de0bdc first attempt to port to QT4, not working, still a lot to do... 2008-01-14 22:14:17 +00:00
Volker Fischer
3ea7dc0424 small changes (mostly for debugging under Windows) 2008-01-02 22:16:38 +00:00
Volker Fischer
d8fabf2e52 implements possiblity to select host by name and not only by IP address (of course, selecting a host by IP address is still possible) 2007-02-24 09:49:52 +00:00
Volker Fischer
8b6fcff32a unix2dos ed files because they were edited with different editors 2006-12-18 14:39:33 +00:00
Volker Fischer
ecd105d6ca finished fader tag implementation 2006-12-10 11:06:14 +00:00
Volker Fischer
f3ce0f8ea2 connected client list is now updated for all other clients if one channel is disconnected 2006-12-09 10:40:18 +00:00
Volker Fischer
fc0f1d6aae fixed problem with receiving connected clients list on new connection 2006-12-09 10:04:27 +00:00
Volker Fischer
7f4bea94eb some code style changes, added first implementation of mixer in client window 2006-12-07 18:57:26 +00:00
Volker Fischer
e335718eb5 finished separate mix implementation for each connected client of the server 2006-12-06 20:22:41 +00:00
Volker Fischer
6729eaf7ae preparations for mixer board 2006-11-26 21:25:56 +00:00
Volker Fischer
62cab9ec66 fixed audio resampler (we had a lot aliasing with the old resampler), insert spaces instead of tabs 2006-11-25 14:46:57 +00:00
Volker Fischer
bb76f4d911 some cleanup of protocol implementation, cleanup main client GUI a bit, new version number 2006-11-05 10:09:32 +00:00
Volker Fischer
ab24ff7d00 some changes to the sound interface, changed names of macros for network buffer sizes 2006-10-30 20:35:46 +00:00
Volker Fischer
50eba66c0c some cleanup 2006-10-03 21:16:23 +00:00
Volker Fischer
633fc9b72e in/out network buffer size factors possible 2006-03-13 20:23:05 +00:00
Volker Fischer
c86cbcabdb new management of network block size factors 2006-03-13 19:32:23 +00:00
Volker Fischer
fd51ba29f4 fixes for network buffer size factor setting 2006-03-12 12:24:42 +00:00
Volker Fischer
30b6fcdf3d bug fix 2006-03-08 21:18:20 +00:00
Volker Fischer
776d6b8a77 query jitter buffer size on first connection 2006-03-07 21:26:40 +00:00
Volker Fischer
5308f3bf85 more protocol implementations 2006-03-01 19:46:44 +00:00
Volker Fischer
2d3c5d54ca removed sample rate offset estimation for now 2006-02-26 13:27:19 +00:00
Volker Fischer
651f60b625 first tests with protocol 2006-02-26 10:50:47 +00:00
Volker Fischer
ae4fe51982 make it possible to start server without using GUI 2006-02-17 19:07:10 +00:00
Volker Fischer
f787f8dd5c initial version 2006-01-28 11:29:22 +00:00