Remove commented-out code

This commit is contained in:
Jeremiah Rose 2021-09-08 16:50:30 +10:00
parent 3a791d82e8
commit 1a84d2788d

View File

@ -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_);