#include <wave-reader.h>
Definition at line 158 of file wave-reader.h.
 
◆ WaveHolder() [1/2]
◆ WaveHolder() [2/2]
◆ Clear()
◆ Copy()
Definition at line 175 of file wave-reader.h.
void CopyFrom(const WaveData &other)
 
 
 
 
◆ ExtractRange()
  
  
      
        
          | bool ExtractRange  | 
          ( | 
          const WaveHolder &  | 
          other,  | 
         
        
           | 
           | 
          const std::string &  | 
          range  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsReadInBinary()
  
  
      
        
          | static bool IsReadInBinary  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ operator=()
◆ Read()
  
  
      
        
          | bool Read  | 
          ( | 
          std::istream &  | 
          is | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 191 of file wave-reader.h.
References KALDI_WARN.
Referenced by main().
  196     } 
catch (
const std::exception &e) {
   197       KALDI_WARN << 
"Exception caught in WaveHolder::Read(). " << e.what();
 void Read(std::istream &is)
Read() will throw on error. 
 
 
 
 
◆ Swap()
◆ Value()
◆ Write()
  
  
      
        
          | static bool Write  | 
          ( | 
          std::ostream &  | 
          os,  | 
         
        
           | 
           | 
          bool  | 
          binary,  | 
         
        
           | 
           | 
          const T &  | 
          t  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ t_
The documentation for this class was generated from the following file: