FS-5807 contd

This commit is contained in:
Anthony Minessale
2013-09-20 23:34:57 +05:00
parent 235a7c5683
commit 8084c28d62
5 changed files with 48 additions and 11 deletions
+3 -1
View File
@@ -310,7 +310,7 @@ struct switch_file_handle {
/*! the current native samplerate */
uint32_t native_rate;
/*! the number of channels */
uint8_t channels;
uint32_t channels;
/*! integer representation of the format */
unsigned int format;
/*! integer representation of the sections */
@@ -353,6 +353,8 @@ struct switch_file_handle {
const char *prefix;
int max_samples;
switch_event_t *params;
uint32_t cur_channels;
uint32_t cur_samplerate;
};
/*! \brief Abstract interface to an asr module */