mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "audiohook.c: Difference in read/write rates caused continuous buffer resets" into 13
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user