MCPcopy Create free account
hub / github.com/cinder/Cinder / setSampleRate

Function setSampleRate

include/cinder/audio/Source.h:72–72  ·  view source on GitHub ↗

Allows implementations to set the output samplerate

Source from the content-addressed store, hash-verified

70 virtual bool supportsConversion() { return false; }
71 //! Allows implementations to set the output samplerate
72 void setSampleRate( size_t sampleRate ) { mSampleRate = sampleRate; }
73
74 std::unique_ptr<dsp::Converter> mConverter;
75 BufferDynamic mConverterReadBuffer;

Callers 2

WaveTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected