Skip to content

Commit 24efc47

Browse files
committed
get to outer if case
Former-commit-id: 6210065
1 parent 6027664 commit 24efc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lessampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void lessampler::run() {
105105
}
106106
FileWriteUnit::WriteWav(shine_para.output_file_name, x, blank_audio_size, default_fs);
107107
} else {
108-
// Check if an audio model exists。 If it does not exist, turn on multithreaded generation
108+
// Check if an audio model exists。 If it does not exist, generate new model
109109
if (!audio_model_io.CheckAudioModel(configure)) {
110110
YALL_INFO_ << "Generating Audio Model: " + in_file_path.string();
111111
timer.SetTimer();

0 commit comments

Comments
 (0)