From 5e25edb1b78f28bee09bd7513a80fb500bbd59c4 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 24 Nov 2010 23:26:43 +0000 Subject: Updated libsms to the latest version (1.15), includes some memory management improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework --- sms/soundIO.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sms/soundIO.c') diff --git a/sms/soundIO.c b/sms/soundIO.c index 1de75d6..1f68506 100644 --- a/sms/soundIO.c +++ b/sms/soundIO.c @@ -23,9 +23,6 @@ */ #include "sms.h" -const char *pChResidualFile = "residual.aiff"; -#define MAX_SAMPLES 10000 - /*! \brief fill the sound buffer * * \param sizeWaveform size of input data -- cgit v1.2.3