Merge "audiohook.c: Difference in read/write rates caused continuous buffer resets" into 13

This commit is contained in:
Matt Jordan
2015-05-21 07:22:14 -05:00
committed by Gerrit Code Review
2 changed files with 109 additions and 23 deletions

View File

@@ -63,6 +63,7 @@ enum ast_audiohook_flags {
AST_AUDIOHOOK_SMALL_QUEUE = (1 << 4),
AST_AUDIOHOOK_MUTE_READ = (1 << 5), /*!< audiohook should be mute frames read */
AST_AUDIOHOOK_MUTE_WRITE = (1 << 6), /*!< audiohook should be mute frames written */
AST_AUDIOHOOK_COMPATIBLE = (1 << 7), /*!< is the audiohook native slin compatible */
};
enum ast_audiohook_init_flags {