MCPcopy Create free account
hub / github.com/Signalsmith-Audio/reverb-example-code / main

Function main

main.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112};
113
114int main(int argc, const char **argv) {
115 if (argc < 3) {
116 std::cerr << "Missing: input.wav output-prefix-\n";
117 return 1;
118 }
119 ExampleRunner runner(argv[1], argv[2]);
120 runner.runExamples();
121}

Callers

nothing calls this directly

Calls 1

runExamplesMethod · 0.80

Tested by

no test coverage detected