summaryrefslogtreecommitdiff
path: root/include/asterisk/translate.h
diff options
context:
space:
mode:
authorfrahaase <fra.haase@googlemail.com>2016-08-12 18:22:02 +0200
committerDennis Guse <dennis.guse@alumni.tu-berlin.de>2016-10-03 03:12:50 -0500
commitc4558236573ac599e6664c47e4db19d8a8eb953e (patch)
tree6be1b8f646caab922b707a9d59b87201f745bc4b /include/asterisk/translate.h
parente711e57106369fabfe46eefb43f7c30134ffa4e9 (diff)
Binaural synthesis (confbridge): interleaved two-channel audio.
Asterisk only supports mono audio at the moment. This patch adds interleaved two-channel audio to Asterisk's channels. ASTERISK-26292 Change-Id: I7a547cea0fd3c6d1e502709d9e7e39605035757a
Diffstat (limited to 'include/asterisk/translate.h')
-rw-r--r--include/asterisk/translate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index b8cd21971..8188eb8eb 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -231,6 +231,7 @@ struct ast_trans_pvt {
* explicit_dst contains an attribute which describes whether both parties
* want to do forward-error correction (FEC). */
struct ast_format *explicit_dst;
+ int interleaved_stereo; /*!< indicates if samples are in interleaved order, for stereo lin */
};
/*! \brief generic frameout function */