Commit Graph

18 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
bc98a92f0a cwAudioDeviceAlsa.cpp : Removed trailing white space from the device description string. 2024-09-19 15:06:56 -04:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -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
a4188a7ff0 cwAudioDeviceAlsa.cpp : zero initialize buf[] in _devReadBuf(). 2023-05-25 16:01:20 -04: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
3f8992d6ae cwAudioDevice.h,cwAudioDeviceAlsa.h/cpp : Removed deviceIsAsync() 2023-02-18 13:49:17 -05:00
kevin
0b5458ca7b cwAudioDeviceAlsa.h/cpp: Added deviceIsAsync(),deviceExecute(), and cbDevIdx arg
to deviceSetup().
2023-02-14 20:49:12 -05:00
kevin
d59054bc7e cwAudioDeviceAlsa.cpp : Prevent wrapping on 32 bit audio output. 2022-03-20 10:14:37 -04:00
kevin
d3b18fa8a7 cwAudioDeviceAlsa.cpp : Replaced printf()'s with cwLogInfo()'s. 2021-01-31 11:10:44 -05:00
kevin
577e61ca82 cwAudioDeviceAlsa.cpp : Added calls to snd_config_update_free_global() to prevent memory leaks from showing up in valgrind. 2021-01-20 13:06:27 -05:00
kevin
43c8737d73 cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes. 2020-09-27 10:27:32 -04:00
kevin
a27293c26f cwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1 2020-04-08 20:23:38 -04:00
kevin.larke
4d5dadf0b9 cwAudioDeviceAlsa.cpp : Added pre-proc guard around SND_PCM_STATE_PRIVATE1. 2020-04-08 20:04:14 -04:00
kevin
86c641c4ab Minor changes for Raspberry Pi Build. 2020-04-04 20:53:20 +00:00
kpl
5a62d884dd Standardized filesys and mem namespaces.
Removed use of global variable in cwAudioBuf.
2019-12-27 21:51:28 -05:00
kpl
0ead6fa974 Initial implementation cwTcpSocket*
Standardized cwLex and cwLog namespaces.
2019-12-27 16:52:45 -05:00
kpl
85954c5498 Changed audio system to use external driver modules. 2019-12-25 21:44:14 -05:00