Commit Graph

13 Commits

Author SHA1 Message Date
kevin
6b9ac3a54e cwAudioDeviceFile.h/cpp : Added 'cycleCnt' parameter to test(). 2024-12-14 09:57:54 -05:00
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
36826a3b66 Replace use of {0} with {}, or replace partial initialization cases with complete initialization. 2024-03-25 10:46:45 -04:00
kevin
64df75d9aa Threads now take a label which can be displayed via system tools (e.g. top, ps). 2024-02-18 08:37:50 -05:00
kevin
0622345a8b cwAudioDeviceFile.cpp : Comment out debugging code. 2023-06-27 17:31:34 -04:00
kevin
41bac85d94 Add output file caching and use of kUseInternalClockFl. 2023-02-26 13:11:07 -05:00
kevin
03061f42b7 cwAudioDevFile.h/cpp, cwIo.cpp : Implemented input cache on audio dev file. 2023-02-20 15:42:11 -05:00
kevin
20175d29f9 cwAudioDevice*.h,cpp, cwIo.h,cpp, cwIoAudioPanel.cpp : Added deviceEnable(), deviceSeek() to audio device driver.
Change io::cwAudioDeviceIsEnabled() to cwAudioDeviceIsActive().
2023-02-19 14:16:37 -05:00
kevin
4ecbd0d035 cwAudioDeviceFile.cpp : added comments 2023-02-18 14:31:23 -05:00
kevin
9ed0bea4d0 cwAudioDeviceFile.h/cpp : Added test(). Fixed memory leaks. 2023-02-18 13:50:00 -05:00
kevin
93837891a4 cwAudioDeviceFile.h/cpp : Converted to async device using internal thread.
Added deviceIsAsync(),deviceExecute(), and cbDevidx to deviceSetup().
Added start(),stop(),createInDevice(),createOutDevice().
2023-02-14 20:52:32 -05:00
kevin
3a1a6192db cwAudioDeviceFile.h/cpp : Initial commit. 2023-02-02 18:22:05 -05:00