MODENDP-198

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-02-18 13:53:15 +00:00
parent d9ebedd130
commit 680f375cc2
3 changed files with 67 additions and 4 deletions
+10
View File
@@ -420,6 +420,16 @@ struct switch_speech_handle {
char *param;
/*! the handle's memory pool */
switch_memory_pool_t *memory_pool;
switch_audio_resampler_t *resampler;
switch_buffer_t *buffer;
switch_byte_t *dbuf;
switch_size_t dbuflen;
/*! the current samplerate */
uint32_t samplerate;
/*! the current native samplerate */
uint32_t native_rate;
/*! the number of channels */
/*! private data for the format module to store handle specific info */
void *private_info;
};