add params to soundfiles and implement ;timeout=N to set a particular timeout in milliseconds especially usefule with streams that never end naturally like local_stream://

This commit is contained in:
Anthony Minessale
2013-02-20 13:07:44 -06:00
parent 3fc0f2f28d
commit d9c4b269b6
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -351,6 +351,7 @@ struct switch_file_handle {
char *file_path;
char *spool_path;
const char *prefix;
int max_samples;
};
/*! \brief Abstract interface to an asr module */