fix core to actually work right with tts fixing a probably long standing bug with 30ms channels

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5548 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-08-02 00:54:39 +00:00
parent a3dc2deff9
commit dbba8491dd
2 changed files with 10 additions and 11 deletions
+1
View File
@@ -365,6 +365,7 @@ struct switch_speech_handle {
/*! The Rate */
uint32_t rate;
uint32_t speed;
uint32_t samples;
char voice[80];
char engine[80];
/*! the handle's memory pool */