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

« back to all changes in this revision

Viewing changes to include/EST_Server.h

  • 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:
47
47
  * the server process.
48
48
  * 
49
49
  * @author Richard Caley <rjc@cstr.ed.ac.uk>
50
 
  * @version $Id: EST_Server.h,v 1.2 2001/04/04 13:11:27 awb Exp $
 
50
  * @version $Id: EST_Server.h,v 1.3 2002/12/26 15:48:53 awb Exp $
51
51
  */
52
52
 
53
53
class EST_Server {
124
124
  Mode p_mode;
125
125
 
126
126
  void zero(void);
127
 
  void EST_Server::init(ostream *trace);
 
127
  void init(ostream *trace);
128
128
 
129
129
  void initClient(const EST_ServiceTable::Entry &e, ostream *trace);
130
130
  void initClient(EST_String name, EST_String type, ostream *trace);