kevin
d3c7b3a572
cwFile.h/cpp : read()/write() now check 'lastRC' as a precondition.
2020-12-29 11:20:24 -05:00
kevin
7bb41b24e4
cwSvg.h/cpp : Refactoring to make CSS more flexible, decrease size of images, and improve efficiency of write().
2020-12-29 10:14:10 -05:00
kevin
dc461dbe84
cwNumericConvert.h,cwObject.cpp : Added type specializations for cwNumericConvert.number_to_string().
2020-12-29 10:11:00 -05:00
kevin
adfe4a0bb9
cwFile.h/cwFile.cpp : Added lastRC().
2020-12-29 10:09:43 -05:00
kevin
556cfe7f2b
Makefile.am,cwMath.h/cpp : Initial commit.
2020-12-29 10:09:03 -05:00
kevin
721d9e79a1
cwDataSets.h/cpp : Added wtr,rdr,adapter.
2020-12-15 15:32:22 -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
dfcf5be512
cwAudioDeviceTest.h/cpp : test() now takes a cfg object and added test_tone().
2020-12-15 15:30:45 -05:00
kevin
b19d0ff99a
cwFile.h/cpp : Added polymorphic read() and write(). Return kEofRC when read() get an EOF error.
2020-12-15 15:29:36 -05:00
kevin
eed564954a
cwVariant.h/cpp, Makefile.am : Initial commit.
2020-12-11 15:58:06 -05:00
kevin
e8b9771365
cwThread.cpp : Fix bug where waitTimeMicrosSecs was not properly updates.
2020-12-11 15:57:35 -05:00
kevin
9e925e7996
Merge branch 'master' of gitea.larke.org:kevin/libcw
2020-11-12 21:18:44 -05:00
kpl
84989231b1
cwWebSock.cpp : Change to use external polling method in exec()
2020-11-12 09:47:45 -05:00
kevin
6182553685
Merge branch 'master' of gitea.larke.org:kevin/libcw
2020-11-10 17:25:13 -05:00
kevin
cfe75ca58d
Delete cwMpScNbQueue.h
2020-11-10 17:24:36 -05:00
kpl
96b3b1ac0a
Pine64 Updates.
2020-10-31 14:17:43 -04:00
kevin
635b673492
cwMpScQueue.h : Initial commit.
2020-10-30 09:41:01 -04:00
kevin
6dd882312d
cwDataSet.h/cpp, cwNN.h/cpp : Updates.
2020-10-30 09:40:39 -04:00
kevin
4355c78f0d
Merge branch 'master' of gitea.larke.org:klarke/libcw
2020-10-18 09:02:16 -04:00
kevin
9536e9b6bb
cwVectOpts.h : Added comments
2020-10-18 09:02:03 -04:00
kevin
f3dbc6f91a
Makefile.am,cwDsp,cwFFT: Updates to make FFTW optional.
2020-10-11 17:18:58 -04:00
kevin
1aba926fda
Merge branch 'master' of gitea.larke.org:klarke/libcw
...
# Conflicts:
# Makefile.am
2020-10-11 14:42:28 -04:00
kevin
ffbd10547b
Makefile.am : Remove cwDataset.h/cpp from build.
2020-10-11 14:40:54 -04:00
kevin
25d663722b
cwAudioFileOps.cpp : Fixed error message text.
2020-10-07 10:56:07 -04:00
kevin
33756d0e2f
cwObject.cpp : Allow 'null' objects to be converted to a null ptr to a string.
2020-10-07 10:55:34 -04:00
kevin
18096014ad
cwAudioFileOps.cp : Added 'irEnableFl' parameter to transform app.
2020-10-06 10:17:37 -04:00
Gitea
c0678804f1
cwAudioFileOps.cpp : parallel mix now calc's dest location as offset from first section start.
2020-10-06 12:24:35 +00:00
Gitea
2df3933196
Makefile.am,cwCommonImpl.h : Implement use of cwWEB
2020-10-04 20:05:31 +00:00
kevin
3baec05b71
cwAudioFileOps : Added convolve(), transformApp(), and 'gain' to cutAndMix().
2020-10-04 10:50:43 -04:00
kevin
d7eab641c0
cwCommonImpl.h : Added is_even().
2020-10-04 10:49:52 -04:00
kevin
e4db08a893
Makefile.am : Added cwDsp, cwString.
2020-10-04 10:49:24 -04:00
kevin
1232c3e36e
cwFileSystem.cpp : Fixed but in exapndPath() that rejected paths with spaces.
2020-10-04 10:48:50 -04:00
kevin
49d84eeb2e
cwString, cwDsp : Initial commit.
2020-10-04 10:48:27 -04:00
kevin
090851acbf
cwVectOps.h : Added new version of seq(), phasor(), and sine().
2020-10-04 10:47:39 -04:00
kevin
0884fda411
cwUtility : Added powerOfTwo() functions.
2020-10-04 10:47:03 -04:00
kevin
1440a4f55f
cwAudioFile : Fixed memory leak. Added alloc/freeFloatBuf().
2020-10-04 10:46:19 -04:00
kevin
43c8737d73
cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes.
2020-09-27 10:27:32 -04:00
kevin
9b97662d62
cwAudioFileOps.cpp : Fixed regression in parallelMix().
2020-09-24 12:39:19 -04:00
kevin
be361fcbd6
cwAudioFileOps.cpp : Minor changes to clean code and error reporting.
2020-09-24 11:41:23 -04:00
kevin
7312289d76
cwAudioFile.cpp : Fixed bug in _get() that prevented all dependent function from reading at the correct location.
2020-09-24 11:36:06 -04:00
kevin
fe5c069adb
cwMtx.h,cpp : Added slice() and derivatives.
2020-09-22 13:33:32 -04:00
kevin
077e1bc428
Makefile.am : Added use of cwALSA
2020-09-22 13:32:13 -04:00
kevin
62257d7d24
cwVectOps.h : Initial commit.
...
cwTime.h: Added elaspsedMs()
cwObject.h: Added getv_opt().
cwCommon.h: Added kInvalidStateRC
Makefile: Added use of cwWEBSOCK build variable.
cwAudioFileOps.h : Initial commit.
cwAudioFile.h : Moved some operations so cwAudioFileOps.h
cwCommonImpl.h : Removed is_int<> because has a std library implementation.
2020-09-22 11:37:19 -04:00
kevin
fa33ac00c9
cwFileSys.h/cpp : Added makeDir().
...
cwLog.h/cpp : Added cwLogPrint() functions.
cwMtx.h : Many addtions.
cwObject.h : Added find_child() functions.
cwUtility.h/cpp : Added x80ToDouble() and doubleToX80().
cwCommon.h : Added new RC codes
cwCommonImpl.h : Added swapping macros and is_int<T>().
2020-09-01 15:46:21 -04:00
kevin
1af6b58667
cwAudioFile.h/cpp, cwMtx.cpp, Makefile.am : Added cwAudioFile and cwMtx.cpp.
2020-09-01 15:42:28 -04:00
kevin
d492374df7
cwNN.h/cpp/Makefile.am : Initial commit.
2020-08-19 20:12:51 -04:00
kevin
ca4487d09b
cwText.h/cpp : Added textAppend() and textJoin().
2020-08-19 20:12:19 -04:00
kevin
bb479512ef
cwMtx.h : Initial commit.
2020-08-19 20:11:49 -04:00
kevin
a75a2a2a36
cwSvg.h/cpp : Initial commit.
2020-08-19 20:11:29 -04:00
kevin
11bad66e54
cwDataSets.h/cpp : Initial commit. MNIST dataset implementation.
2020-08-19 20:10:35 -04:00