Commit Graph

12 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
6f2d6ee455 cwAudioBuf,cwMtx,cwTextBuf,cwTest : Moved audioBuf,mtx,a nd textBuf tests to cwTest. 2024-05-30 09:20:41 -04:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
b34f1e210d cwAudioBuf.h/cpp : Added version of meter() which returns an array of meter values from a device. 2021-01-31 11:04:11 -05:00
kevin
04a1bec0c3 audioBuf.h/cpp : Added toneFlags(),muteFlags(),gain( ... gainA,gainN).
Added _setFlag() to handle setting flags on all channels.
setFlag() now sets both input and output channels if both kInFl and kOutFl are set.
Previously it only set the input channel if both kInFl and kOutFl were set.
2021-01-22 09:31:32 -05:00
kevin
29945bd3b4 cwAudioBuf.cpp : Fixed bug where main object was memory was not released in destroy(). 2021-01-20 13:05:33 -05:00
kevin
0f86c8de20 cwAudioBuf.cpp : Fixed bug in report() that prevented all channels from being reported. 2020-12-15 15:31:49 -05:00
kevin
43c8737d73 cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes. 2020-09-27 10:27:32 -04: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
kpl
d6e0f5e675 Many changes and additions.
Added serial port, websocket, midi and initial audio functionality.
2019-12-24 10:05:24 -05:00