mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-5807 contd
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user