Skip to content

Commit

Permalink
Update benchmodel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sdatkinson committed Sep 8, 2024
1 parent 8eb2b3b commit 2c6e128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/benchmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ int main(int argc, char* argv[])
for (size_t i = 0; i < numBuffers; i++)
{
model->process(buffer, buffer, AUDIO_BUFFER_SIZE);
model->finalize_(AUDIO_BUFFER_SIZE);
}

std::cout << "Finished\n";
Expand Down

0 comments on commit 2c6e128

Please sign in to comment.