Skip to content

Commit 945c27c

Browse files
Extra fix for fmt
1 parent f69a787 commit 945c27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rnnoise_libsndfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void process_audio_recording(
8383
denormalize_from_rnnoise_expected_level(samples_buffer);
8484
output_audio_file_handle.write(samples_buffer.data(),samples_buffer.size());
8585
}
86-
spdlog::info("Processing done. WAVE file can be found at: {}", output_file.c_str());
86+
spdlog::info("Processing done. WAVE file can be found at: {}", output_file.generic_string());
8787
}
8888

8989
#ifdef WINDOWS_SPECIFIC_MACRO

0 commit comments

Comments
 (0)