We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9caa8 commit f36e9cdCopy full SHA for f36e9cd
examples/rnnoise_libsndfile.cpp
@@ -96,7 +96,8 @@ int main(int argc, char** argv){
96
97
98
cxxopts::Options options("rnnoise_libsoundfile denoiser", "Simple runner of rnnoise over WAVe files with 48K samplerate");
99
- const auto DEFAULT_VAD_PROBE_PATH {(std::filesystem::current_path()/DEFAULT_VAD_PROBE_FILENAME).generic_string()}
+ const auto DEFAULT_VAD_PROBE_PATH {(std::filesystem::current_path()/DEFAULT_VAD_PROBE_FILENAME).generic_string()};
100
+
101
options.add_options()
102
("input", "Input file to process",cxxopts::value<std::filesystem::path>())
103
("output", "Output file", cxxopts::value<std::filesystem::path>())
0 commit comments