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

« back to all changes in this revision

Viewing changes to speech_class/EST_Track.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:
38
38
/*                                                                       */
39
39
/*************************************************************************/
40
40
 
41
 
#include <fstream.h>
42
 
#include <iostream.h>
 
41
#include <fstream>
 
42
#include <iostream>
43
43
#include <math.h>
44
44
#include "EST_unix.h"
45
45
#include "EST_Track.h"
1272
1272
            set_file_type(t);
1273
1273
            break;
1274
1274
        }
 
1275
        else if (stat == read_error)
 
1276
            break;
1275
1277
    }
1276
1278
    
1277
1279
    return stat;