mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
More uses of SampleBuffer, eliminating explicit DeleteSamples calls
This commit is contained in:
@@ -40,7 +40,7 @@ class RingBuffer {
|
||||
int mStart;
|
||||
int mEnd;
|
||||
int mBufferSize;
|
||||
samplePtr mBuffer;
|
||||
SampleBuffer mBuffer;
|
||||
};
|
||||
|
||||
#endif /* __AUDACITY_RING_BUFFER__ */
|
||||
|
||||
Reference in New Issue
Block a user