Update of /cvsroot/audacity/audacity-src/src/effects
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2037/src/effects
Modified Files:
LoadEffects.cpp
Log Message:
Make use of the RMS values stored away to implement a contrast analyser for
WCAG 2.0.
Index: LoadEffects.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/LoadEffects.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- LoadEffects.cpp 8 Jul 2008 23:55:46 -0000 1.65
+++ LoadEffects.cpp 5 Nov 2008 01:06:54 -0000 1.66
@@ -21,6 +21,9 @@
#include "ChangeSpeed.h"
#include "ClickRemoval.h"
#include "Compressor.h"
+#ifdef EXPERIMENTAL_CONTRAST
+#include "Contrast.h"
+#endif
#include "DtmfGen.h"
#include "Echo.h"
#include "Equalization.h"
@@ -260,6 +263,9 @@
em.RegisterEffect(new EffectWahwah());
// Analyze menu
+#ifdef EXPERIMENTAL_CONTRAST
+ em.RegisterEffect(new EffectContrast(), ANALYZE_EFFECT);
+#endif
em.RegisterEffect(new EffectFindClipping(), ANALYZE_EFFECT);
#ifdef USE_NYQUIST
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs