Commit Graph

67 Commits

Author SHA1 Message Date
Volker Fischer
6869f026bc bug fix 2010-03-03 18:59:22 +00:00
Volker Fischer
e1b949e318 fix for m-audio ASIO driver 2010-03-02 18:22:55 +00:00
Volker Fischer
9f3d07ca67 added some more ASIO sample conversions 2010-02-04 20:25:57 +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
e05667268d better error message text 2009-12-05 09:41:05 +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
e9820ddcb0 added more information on error message 2009-12-01 08:52:06 +00:00
Volker Fischer
278a252822 fix for bug that software crashed in case the driver properties of current selected driver have incompatibly changed 2009-11-30 21:16:40 +00:00
Volker Fischer
c549ae90f0 bug fix in case max and min values for supported ASIO driver frame sizes are the same (software freezes in this case) 2009-08-16 00:26:48 +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
d27fab9999 some more work on sound interface 2009-03-12 11:56:15 +00:00
Volker Fischer
caad05ddaa preparation for buffer size change callback for audio interfaces, small fix in server GUI 2009-03-10 17:33:12 +00:00
Volker Fischer
2fcb37d0e9 some more JACK code, this should be a first working version -> not yet tested 2009-03-08 21:38:38 +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
81d119ba4a bug fix 2009-03-08 11:22:55 +00:00
Volker Fischer
3bf3ab832d some preparations for new JACK audio interface 2009-03-07 22:56:46 +00:00
Volker Fischer
0308768ecb preparation for sound card buffer change notification action 2009-03-07 21:13:52 +00:00
Volker Fischer
f38aa17ca6 fix for setting sound card device 2009-03-07 20:45:00 +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
56c91ce201 reorganize ASIO sound interface, not yet ready! 2009-03-05 15:22:54 +00:00
Volker Fischer
bc43ed3605 some cleanup, small changes 2009-03-05 13:55:00 +00:00
Volker Fischer
2d653ef3cc some cleanup 2009-03-01 22:08:06 +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
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
5eea2d96a9 removed old Windows sound interface code because it does not make any sense to be used with the llcon software 2009-02-21 17:48:58 +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
4370c208e6 added automatic sound card buffer length selection on new device 2008-11-02 08:31:48 +00:00
Volker Fischer
8de53c301a fixes for ASIO sound interface 2008-11-01 22:26:17 +00:00
Volker Fischer
78684feaf7 more ASIO interface changes (e.g. warning if ASIO buffer is too big, etc) 2008-11-01 11:48:17 +00:00
Volker Fischer
de13a71735 bug fix 2008-11-01 08:47:31 +00:00
Volker Fischer
8d77d11ff9 some fixes for selecting different ASIO soundcards 2008-10-31 20:27:55 +00:00
Volker Fischer
1c2535db16 new feature: soundcard selection 2008-10-30 23:23:26 +00:00
Volker Fischer
c067103684 bug fix, support for 24/32 bit for ASIO interface 2008-07-24 18:15:48 +00:00
Volker Fischer
d8d34e6c5a bug fix, finished ASIO implementation 2008-07-17 18:39:24 +00:00
Volker Fischer
2516cf62f9 complete redesign of ASIO conversion buffers to have greater flexibility with different ASIO buffer sizes, not yet working correctly 2008-07-15 22:09:48 +00:00
Volker Fischer
33be3c0812 some more conversion buffer work 2008-07-15 20:33:41 +00:00
Volker Fischer
624da195ea preparations for ASIO buffer conversion, not yet ready 2008-07-15 17:16:41 +00:00
Volker Fischer
11e8dc7b3d ASIO fixes 2008-07-13 22:57:31 +00:00
Volker Fischer
94d6d451bc stability fix 2008-07-13 20:03:37 +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
044c4a9a54 bug fix 2008-07-13 10:56:40 +00:00
Volker Fischer
6de84e8c6f bug fix 2008-07-13 07:26:16 +00:00
Volker Fischer
d0e6f9985a some fixes 2008-07-12 23:33:27 +00:00
Volker Fischer
2cf4e4f285 even more ASIO work, audio in and out in first version ready, at least some sound can be heard although it sounds a bit strange :-) 2008-07-12 21:10:17 +00:00
Volker Fischer
5eb8694134 some more ASIO implementation, audio in is nearly ready 2008-07-12 11:48:51 +00:00