summaryrefslogtreecommitdiff
path: root/src/sms/sms.h
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-07-06 14:53:01 +0100
committerJohn Glover <j@johnglover.net>2012-07-06 14:53:01 +0100
commitd15e78188a9cdbd70640ac57e42d4a598c89b532 (patch)
tree6c7c371cc7271312ec74f4c6e80eef44513568e6 /src/sms/sms.h
parente124bdb052109b1b0e73ae51f55df32f52dbcf9c (diff)
downloadsimpl-d15e78188a9cdbd70640ac57e42d4a598c89b532.tar.gz
simpl-d15e78188a9cdbd70640ac57e42d4a598c89b532.tar.bz2
simpl-d15e78188a9cdbd70640ac57e42d4a598c89b532.zip
[residual] Add C++ implementation of SMSResidual.
Diffstat (limited to 'src/sms/sms.h')
-rw-r--r--src/sms/sms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sms/sms.h b/src/sms/sms.h
index 7372a8a..c72b6c1 100644
--- a/src/sms/sms.h
+++ b/src/sms/sms.h
@@ -193,7 +193,7 @@ typedef struct
* This structure contains all the necessary settings and memory for residual synthesis.
*
*/
-typedef struct
+typedef struct SMSResidualParams
{
int samplingRate;
int hopSize;