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

« back to all changes in this revision

Viewing changes to lib/spandsp/src/tone_detect.c

  • 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:
1
1
/*
2
2
 * SpanDSP - a series of DSP components for telephony
3
3
 *
4
 
 * tone_detect.c - General telephony tone detection, and specific
5
 
 *                 detection of Bell MF, and MFC/R2.
 
4
 * tone_detect.c - General telephony tone detection.
6
5
 *
7
6
 * Written by Steve Underwood <steveu@coppice.org>
8
7
 *
23
22
 * along with this program; if not, write to the Free Software
24
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25
24
 *
26
 
 * $Id: tone_detect.c,v 1.30 2006/11/19 14:07:25 steveu Exp $
 
25
 * $Id: tone_detect.c,v 1.31 2007/03/03 10:40:33 steveu Exp $
27
26
 */
28
27
 
29
28
/*! \file tone_detect.h */