mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Reverting r12591 as it was not complete and we're too close to
freeze to risk fixing it now. Will readdress after 2.0.5 is released. Basically, RingBuffer is ill equiped to handle an input stride other than 1. Thanks to Peter for testing this for me.
This commit is contained in:
@@ -23,7 +23,7 @@ class RingBuffer {
|
||||
//
|
||||
|
||||
int AvailForPut();
|
||||
int Put(samplePtr buffer, sampleFormat format, int samples, int stride = 1);
|
||||
int Put(samplePtr buffer, sampleFormat format, int samples);
|
||||
|
||||
//
|
||||
// For the reader only:
|
||||
|
Reference in New Issue
Block a user