Remove commented-out code
This commit is contained in:
parent
3a791d82e8
commit
1a84d2788d
@ -182,11 +182,6 @@ StreamingState::flushBuffer()
|
||||
// Flush audio buffer
|
||||
processAudioWindow(audio_buffer_);
|
||||
|
||||
// Add empty mfcc vectors at end of sample
|
||||
//for (int i = 0; i < model_->n_context_; ++i) {
|
||||
// addZeroMfccWindow();
|
||||
//}
|
||||
|
||||
// Process final batch
|
||||
if (batch_buffer_.size() > 0) {
|
||||
processBatch(batch_buffer_, batch_buffer_.size()/model_->mfcc_feats_per_timestep_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user