MCPcopy Create free account
hub / github.com/audacity/audacity / putSamples

Method putSamples

lib-src/soundtouch/source/SoundTouch/RateTransposer.cpp:205–208  ·  view source on GitHub ↗

Adds 'nSamples' pcs of samples from the 'samples' memory position into the input of the object.

Source from the content-addressed store, hash-verified

203// Adds 'nSamples' pcs of samples from the 'samples' memory position into
204// the input of the object.
205void RateTransposer::putSamples(const SAMPLETYPE *samples, uint nSamples)
206{
207 processSamples(samples, nSamples);
208}
209
210
211

Callers 3

upsampleMethod · 0.45
downsampleMethod · 0.45
processSamplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected