From 9d5c3da8942305461d42627d686abdeac7fba30c Mon Sep 17 00:00:00 2001 From: John Glover Date: Mon, 2 Jul 2012 23:45:01 +0100 Subject: [synthesis] Add C++ implemention of SMSSynthesis. --- src/sms/sms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sms') diff --git a/src/sms/sms.h b/src/sms/sms.h index 14399fc..7372a8a 100644 --- a/src/sms/sms.h +++ b/src/sms/sms.h @@ -320,7 +320,7 @@ typedef struct * synthesized frame. * */ -typedef struct +typedef struct SMSSynthParams { int iStochasticType; /*!< type of stochastic model defined by SMS_StocSynthType \see SMS_StocSynthType */ -- cgit v1.2.3