mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Remove naked new[] in: linear algebra functions for Repair
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
// side (6x the number of bad samples on either side is great). However,
|
||||
// it will work with less data, and with the bad samples on one end or
|
||||
// the other.
|
||||
void AUDACITY_DLL_API InterpolateAudio(float *buffer, int len,
|
||||
int firstBad, int numBad);
|
||||
void AUDACITY_DLL_API InterpolateAudio(float *buffer, size_t len,
|
||||
size_t firstBad, size_t numBad);
|
||||
|
||||
#endif // __AUDACITY_INTERPOLATE_AUDIO__
|
||||
|
||||
Reference in New Issue
Block a user