summaryrefslogtreecommitdiff
path: root/src/sms
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-07-02 23:45:01 +0100
committerJohn Glover <j@johnglover.net>2012-07-02 23:45:01 +0100
commit9d5c3da8942305461d42627d686abdeac7fba30c (patch)
treeaac7c39a021c40c50c971abafa471f7ce70ff4d1 /src/sms
parent6b5c582958478888809386d726d3bd1a1447b45c (diff)
downloadsimpl-9d5c3da8942305461d42627d686abdeac7fba30c.tar.gz
simpl-9d5c3da8942305461d42627d686abdeac7fba30c.tar.bz2
simpl-9d5c3da8942305461d42627d686abdeac7fba30c.zip
[synthesis] Add C++ implemention of SMSSynthesis.
Diffstat (limited to 'src/sms')
-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 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 */