1
0
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:
Paul Licameli
2016-02-01 10:16:00 -05:00
parent 508286661a
commit 321d5259a2
22 changed files with 145 additions and 156 deletions

View File

@@ -40,7 +40,7 @@ class RingBuffer {
int mStart;
int mEnd;
int mBufferSize;
samplePtr mBuffer;
SampleBuffer mBuffer;
};
#endif /* __AUDACITY_RING_BUFFER__ */