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

Method Wav

wav.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 Result result = Result(Result::Code::OK);
82
83 Wav() {}
84 Wav(double sampleRate, int channels) : sampleRate(sampleRate), channels(channels) {}
85 Wav(double sampleRate, int channels, const std::vector<double> &samples) : sampleRate(sampleRate), channels(channels), samples(samples) {}
86 Wav(std::string filename) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected