mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
Another big chunk of changes from the RSW branch. Bunch of stuff from main/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@137082 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -234,8 +234,8 @@ static inline float tdd_getcarrier(float *cr, float *ci, int bit)
|
||||
} while(0)
|
||||
|
||||
#define PUT_AUDIO_SAMPLE(y) do { \
|
||||
int index = (short)(rint(8192.0 * (y))); \
|
||||
*(buf++) = AST_LIN2MU(index); \
|
||||
int __pas_idx = (short)(rint(8192.0 * (y))); \
|
||||
*(buf++) = AST_LIN2MU(__pas_idx); \
|
||||
bytes++; \
|
||||
} while(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user