Mercurial > hg > aimc
comparison trunk/src/Modules/Output/FileOutputHTK.cc @ 442:2d0b057e525c
- Support for training on random SNRs
author | tom@acousticscale.org |
---|---|
date | Sun, 07 Nov 2010 07:38:20 +0000 |
parents | 3b22559cd848 |
children |
comparison
equal
deleted
inserted
replaced
441:0e84ec2606fc | 442:2d0b057e525c |
---|---|
143 } | 143 } |
144 | 144 |
145 if (!header_written_) { | 145 if (!header_written_) { |
146 LOG_ERROR(_T("No header has been written on the output file yet. Please " | 146 LOG_ERROR(_T("No header has been written on the output file yet. Please " |
147 "call FileOutputHTK::Initialize() or FileOutputHTK::Reset() " | 147 "call FileOutputHTK::Initialize() or FileOutputHTK::Reset() " |
148 " before calling FileOutputHTK::Process()")); | 148 "before calling FileOutputHTK::Process()")); |
149 return; | 149 return; |
150 } | 150 } |
151 float s; | 151 float s; |
152 | 152 |
153 for (int ch = 0; ch < input.channel_count(); ch++) { | 153 for (int ch = 0; ch < input.channel_count(); ch++) { |