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

Method ExampleRunner

main.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86public:
87 ExampleRunner(std::string inputFile, std::string outputPrefix) : inputWav(inputFile), outputPrefix(outputPrefix) {
88 if (!inputWav.result) {
89 std::cerr << inputWav.result.reason << "\n";
90 std::exit(1);
91 }
92 }
93
94 void runExamples() {
95 extendDuration(3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected