kaldi-io.cc File Reference
#include "util/kaldi-io.h"
#include <errno.h>
#include <cstdlib>
#include "base/kaldi-math.h"
#include "util/text-utils.h"
#include "util/parse-options.h"
#include "util/kaldi-holder.h"
#include "util/kaldi-pipebuf.h"
#include "util/kaldi-table.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for kaldi-io.cc:

Go to the source code of this file.

Classes

class  OutputImplBase
 
class  FileOutputImpl
 
class  StandardOutputImpl
 
class  PipeOutputImpl
 
class  InputImplBase
 
class  FileInputImpl
 
class  StandardInputImpl
 
class  PipeInputImpl
 
class  OffsetFileInputImpl
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Macros

#define MapOsPath(x)   x
 

Typedefs

typedef basic_pipebuf< char > PipebufType
 

Functions

std::string PrintableRxfilename (const std::string &rxfilename)
 PrintableRxfilename turns the rxfilename into a more human-readable form for error reporting, i.e. More...
 
std::string PrintableWxfilename (const std::string &wxfilename)
 PrintableWxfilename turns the wxfilename into a more human-readable form for error reporting, i.e. More...
 
OutputType ClassifyWxfilename (const std::string &wxfilename)
 ClassifyWxfilename interprets filenames as follows: More...
 
InputType ClassifyRxfilename (const std::string &rxfilename)
 ClassifyRxfilenames interprets filenames for reading as follows: More...
 
template<>
void ReadKaldiObject (const std::string &filename, Matrix< float > *m)
 
template<>
void ReadKaldiObject (const std::string &filename, Matrix< double > *m)
 

Macro Definition Documentation

◆ MapOsPath

#define MapOsPath (   x)    x