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

Method putSamples

lib-src/soundtouch/source/SoundTouch/TDStretch.cpp:568–574  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

566// Adds 'numsamples' pcs of samples from the 'samples' memory position into
567// the input of the object.
568void TDStretch::putSamples(const SAMPLETYPE *samples, uint nSamples)
569{
570 // Add the samples into the input buffer
571 inputBuffer.putSamples(samples, nSamples);
572 // Process the samples in input buffer
573 processSamples();
574}
575
576
577

Callers 6

ProcessOneMethod · 0.45
ProcessStereoMethod · 0.45
soundtouch_putSamplesFunction · 0.45
processFunction · 0.45
processSamplesMethod · 0.45
inputSamplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected