Commit Graph

14 Commits

Author SHA1 Message Date
kevin
2b42d60b29 cwAudioFileOps.cpp : Refactor test() to handle many different audio file operations. 2024-12-02 14:47:28 -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
02cd79c61f cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
Minor update to cwAudioFileOps.cpp.
2021-08-15 16:06:29 -04:00
kevin
cb48b2bf81 cwAudioFileOps.cpp : selecToFile(cfg) now has generates optional Audacity marker file. 2021-02-26 13:34:37 -05:00
kevin
c2409ca4be cwFileOps.h/cpp: Added fade in/out fucnctionality to selectToFile(). 2021-02-24 13:21:35 -05:00
kevin
165de4d065 cwAudioFileOps.h/cpp : Added clicks() and generate(). 2021-02-21 08:49:11 -05:00
kevin
25d663722b cwAudioFileOps.cpp : Fixed error message text. 2020-10-07 10:56:07 -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
kevin
3baec05b71 cwAudioFileOps : Added convolve(), transformApp(), and 'gain' to cutAndMix(). 2020-10-04 10:50:43 -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
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