Skip to content

Commit c3618f8

Browse files
committed
add blank audio array write
Former-commit-id: ba9e32f
1 parent 9f361bc commit c3618f8

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
@@ -104,7 +104,7 @@ void lessampler::run() {
104104
x[i] = 0.0;
105105
}
106106
FileWriteUnit::WriteWav(shine_para.output_file_name, x, blank_audio_size, default_fs);
107-
107+
YALL_OK_ << "All Process Done.";
108108
} else {
109109
// Check if an audio model exists。 If it does not exist, turn on multithreaded generation
110110
if (!audio_model_io.CheckAudioModel(configure)) {

0 commit comments

Comments
 (0)