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