From 8b3cf71896c7d44ffa80830a2825799c6a3af9f5 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 4 Jun 2010 03:20:47 +0000 Subject: [PATCH] As signed linear audio data is accessed as 16-bit values, certain processors require the values to be aligned in memory. (closes issue #16912) Reported by: michaelevdokimov Patches: asterisk.patch uploaded by michaelevdokimov (license 997) Tested by: michaelevdokimov git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267877 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/slin.h | 82 ++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/include/asterisk/slin.h b/include/asterisk/slin.h index fc03deaab3..7abfe7fd8f 100644 --- a/include/asterisk/slin.h +++ b/include/asterisk/slin.h @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 2007, Digium, Inc. + * Copyright (C) 2010, Digium, Inc. * * Russell Bryant * @@ -16,55 +16,55 @@ * at the top of the source tree. */ -/* Source: beep.gsm +/* Source: beep.sln16 * Converted to beep.sln via file convert, then converted to hex: - * od -An -tx1 beep.sln | awk '{for (i=1; i