1
0
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:
lllucius
2013-10-07 12:37:15 +00:00
parent 8cb1681e47
commit e5a4eecb25
3 changed files with 40 additions and 6 deletions

View File

@@ -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: