switch teletone to use float.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5278 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-06-07 01:02:39 +00:00
parent 607bb13d5a
commit d90df53666
4 changed files with 37 additions and 29 deletions

View File

@@ -78,7 +78,7 @@ extern "C" {
#define TELETONE_MAX_TONES 6
#define TELETONE_TONE_RANGE 127
typedef double teletone_process_t;
typedef float teletone_process_t;
/*! \file libteletone.h
\brief Top level include file