~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to main/pda_main.cc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/*             Pitch Detection Algorithm Main routine                    */
37
37
/*                                                                       */
38
38
/*=======================================================================*/
39
 
#include <fstream.h>
 
39
#include <fstream>
40
40
#include "EST.h"
41
41
#include "sigpr/EST_sigpr_utt.h"
42
42
#include "EST_cmd_line_options.h"