NO-OP: cleanup

This commit is contained in:
Robin Gareus
2025-04-03 21:06:14 +02:00
parent 4f8a6e8e80
commit 0e011e0e90

View File

@@ -2189,7 +2189,7 @@ AudioTrigger::audio_run (BufferSet& bufs, samplepos_t start_sample, samplepos_t
* channel, but actually processes them all in one pass.
*/
_stretcher->process (&in[0], to_stretcher, at_end);
_stretcher->process (in, to_stretcher, at_end);
read_index += to_stretcher;
avail = _stretcher->available ();