Adapt_AM Class Reference

The Adapt_AM class is the main class of the shout_adapt_am application. More...

List of all members.


Public Member Functions

 Adapt_AM (char *adapt_dir, char *amName, char *clusterAM, char *newAmName)
 ~Adapt_AM ()

Public Attributes

TrainPhoneModel ** models

Detailed Description

The Adapt_AM class is the main class of the shout_adapt_am application.

The constructor will be called by the main() function. All work will be done in the constructor. The acoustic data will be loaded and passed to the structured tree class Adapt_AM_TreeNode.

The general call order of the methods used is:


Constructor & Destructor Documentation

Adapt_AM::Adapt_AM ( char *  adapt_dir,
char *  amName,
char *  clusterAM,
char *  newAmName 
)

Adapt_AM::~Adapt_AM (  ) 

The destructor is empty.


Member Data Documentation