Commit Graph

807 Commits

Author SHA1 Message Date
kevin
31d71cb5f1 Merge with remote. 2015-09-03 17:56:14 -04:00
kevin
01e3a4af26 cmDspPgmKr.h/c, cmDspPgm.c : Added _cmDspSysPgm_TksbLite(). 2015-09-03 17:55:46 -04:00
kevin
0d1824b9c3 cmDspKr.c : Added compiled bypass flag and parameter setters to EchoCancel. 2015-09-03 17:55:10 -04:00
kevin
2d1f53c3d0 cmProc5.h/c : Added parameter setters to cmNlmsEc. 2015-09-03 17:54:20 -04:00
Kevin Larke
d0393c623c cmFile.h/c : Added cmWriteStr() and cmReadStr(). 2015-08-30 20:29:53 -04:00
kevin
7c6a0f5da5 cmDspPgmKr.c : Added EchoCancel to TKSB.
Changed default input and output gain to 0.0.
2015-08-27 17:51:37 -04:00
kevin
66660cb6de cmDspKr.c : Added call to cmNlmsEcWrite() and set new default values for the
fixed delay time and impulse response length.
2015-08-27 17:50:32 -04:00
kevin
b1a108abd3 cmProc5.h : Added cmVectArray's uVa and fVa. 2015-08-27 17:49:24 -04:00
kevin
a6ed3110e4 cmVectOpsTemplateCode.h : Fixed bug in SynthImpulse. 2015-08-27 13:10:38 -04:00
kevin
77726ebe50 Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2015-08-27 13:00:06 -04:00
kevin
1276770efb cmVectOpsTemplateCode.h : Fixed problem in SynthImpulse which would cause it to produce noisey output. 2015-08-27 12:59:36 -04:00
kevin
458ddb85fe cmDspPgm.c : Added use of Traveler MIDI interface to _cmDspSysPgm_TakeSeqBlkdr(). 2015-08-27 12:02:51 -04:00
kevin
05413c9822 cmDspKr.h/cmDspBuiltin.c : Added cmEchoCancelClassCons(). 2015-08-27 12:01:51 -04:00
kevin
62f708f04b cmProc5.h/c : Fixed bug in cmNlmsEcExec() where weight vector was not updated correctly. 2015-08-26 19:37:52 -04:00
kevin
afc70eae74 cmDspKr.c : Added initial implementation of _cmDspEchoCancel. 2015-08-26 17:00:52 -04:00
kevin
a720bd8d30 cmProc5.h/c : Added history buffer to cmReflectCalc to allow evaluating correlation stability. 2015-08-26 16:59:59 -04:00
kevin
dff56d7e7f cmProc5.h/c Added cmNlmsEc. 2015-08-20 19:38:23 -04:00
kevin
4b3d575099 cmDspKr.c : Changed default PHAT mult arg. in cmPhat from 4 to 1. 2015-08-19 19:19:52 -04:00
kevin
512171ef9a cmProc5.h/c : Added audion in/out cmVectArray's to cmPhat. 2015-08-19 19:16:36 -04:00
kevin
3e0ff45946 cmProc5.c : Fixed bug in call to cmFIRAllocKaiser(). 2015-08-07 19:03:08 -04:00
kevin
48a582c012 Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2015-08-07 18:32:29 -04:00
kevin
a7f82c0ffe cmProc5.h/c : Updated cmGoldSig to use LPF instead of BPF. 2015-08-07 18:32:04 -04:00
Kevin Larke
1953a676ac cmDspPgm.c : Changed _cmDspSysPgm_ReflectCalc() to actually use cmReflectCalc. 2015-08-07 13:24:55 -07:00
Kevin Larke
77edcafc76 cmProc5.c : Fixed bugs in cmReflectCalcAlloc(). 2015-08-07 13:24:05 -07:00
kevin
a23c26f46b cmDspPgm.c : Added _cmDspSysPgm_ReflectCalc(). 2015-08-06 18:20:38 -04:00
kevin
b371733c9a cmDspBuiltIn.c : Registered cmReflectCalcClassCons. 2015-08-06 18:19:35 -04:00
kevin
537ad58c39 cmDspKr.h/c : Added initial implementation of cmReflectCalc. 2015-08-06 18:19:01 -04:00
kevin
da34a3e4a5 cmProc5.h/c : Added cmReflectCalcWrite(). 2015-08-06 18:18:15 -04:00
kevin
28d2de022a cmProc5.h/c : Added initial implementation of cmReflectCalc. 2015-08-06 15:53:13 -04:00
kevin
887189b4d4 cmFileSys.c : Fixed harmless compiler warning in _cmFileSysDirGetEntries(). 2015-08-06 15:52:40 -04:00
Kevin Larke
9bf87e175b cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 2015-08-03 08:28:22 -07:00
Kevin Larke
ac3f7cb3a1 Makefile.am : Added cmDList*. 2015-08-02 15:10:52 -07:00
Kevin Larke
042b1173f5 cmDList.h/c/Tpl.h : Initial commit. 2015-08-02 15:07:59 -07:00
Kevin Larke
fd59f5ae69 cmText.c : Implemented cmTextEncodeBase64(). 2015-07-31 11:12:22 -07:00
Kevin Larke
c5eaaf54b0 cmText.h/c : Added cmTextDecodeBase64(). 2015-07-31 08:20:39 -07:00
kevin
baca9cd48d cmVectOpsRICode.h : Fixed bug in Rotate(). 2015-07-24 18:18:47 -04:00
kevin
0c505ecc2c cmProc5.c : Completed and tested cmPhatChExec(). 2015-07-24 18:18:22 -04:00
Kevin Larke
1f74830cb8 Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2015-07-24 10:47:01 -07:00
Kevin Larke
ba17c064cf cmGr.c : Changed mouse drag logic in _cmGrEventMsMove(). 2015-07-24 10:46:31 -07:00
kevin
8e7afa1be6 Makefile.am : Added cmComplexType.c. 2015-07-16 19:02:14 -04:00
kevin
01505d751a cmMath.h/c : Added cmModIncr(). 2015-07-16 19:01:54 -04:00
kevin
a59041336a cmProc2.h/c : Added cmVectArrayWriteDirFn(). 2015-07-16 19:01:37 -04:00
kevin
7fd6ee2cc0 cmProc5.h/c : Many changes and additions to cmPhat. (still needs IFFT update to be fully implemented) 2015-07-16 19:01:10 -04:00
kevin
7669faceba cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). 2015-07-16 18:58:55 -04:00
kevin
384dc72cc1 cmProc5.h/c : Added cmPhat. Does not yet compile. 2015-07-03 18:22:52 -04:00
kevin
f481f7f62a cmComplexTypes.h : Added complex arithmetic vector operations. 2015-07-03 18:22:08 -04:00
kevin
b1ff1dfb07 cmProc5.h/c : Added cmGoldCode. 2015-07-03 12:36:54 -04:00
kevin
032d359a90 cmMath.h/c : Added cmLFSR() and cmGenGoldCode(). 2015-07-03 12:36:27 -04:00
kevin
c262a44e72 cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc(). 2015-06-26 18:57:18 -04:00
kevin
d22cf3aa56 cmDspPgmKr.c : Changed label of MidiFilePlayer 'mu' output to 'id' in 'time-line' patch. 2015-06-26 18:56:25 -04:00