~ubuntu-branches/ubuntu/trusty/iaxmodem/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/spandsp/src/spandsp/echo.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2007-05-15 09:43:53 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515094353-bpr27hxvt6taxugb
Tags: 0.3.0~dfsg-1
* New upstream release.
  + Now supports V.17 reception; see changelog for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * along with this program; if not, write to the Free Software
28
28
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
29
 *
30
 
 * $Id: echo.h,v 1.9 2006/10/24 13:45:28 steveu Exp $
 
30
 * $Id: echo.h,v 1.10 2007/04/05 19:20:49 steveu Exp $
31
31
 */
32
32
 
33
33
/*! \file */
34
34
 
35
 
#if !defined(_ECHO_H_)
36
 
#define _ECHO_H_
 
35
#if !defined(_SPANDSP_ECHO_H_)
 
36
#define _SPANDSP_ECHO_H_
37
37
 
38
38
/*! \page echo_can_page Line echo cancellation for voice
39
39