Skip to content

Commit

Permalink
get to outer if case
Browse files Browse the repository at this point in the history
Former-commit-id: 6210065
  • Loading branch information
YuzukiTsuru committed Jul 20, 2022
1 parent 6027664 commit 24efc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lessampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void lessampler::run() {
}
FileWriteUnit::WriteWav(shine_para.output_file_name, x, blank_audio_size, default_fs);
} else {
// Check if an audio model exists。 If it does not exist, turn on multithreaded generation
// Check if an audio model exists。 If it does not exist, generate new model
if (!audio_model_io.CheckAudioModel(configure)) {
YALL_INFO_ << "Generating Audio Model: " + in_file_path.string();
timer.SetTimer();
Expand Down

0 comments on commit 24efc47

Please sign in to comment.