1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-25 23:44:13 +02:00

Leland's minimal_v2.patch for bug 650

This commit is contained in:
v.audacity
2013-09-16 02:32:43 +00:00
parent 70504981a6
commit 3fc912710b
3 changed files with 101 additions and 12 deletions

View File

@@ -157,6 +157,7 @@ class AUDACITY_DLL_API Mixer {
samplePtr *mTemp;
float *mFloatBuffer;
double mRate;
bool mHighQuality;
};
#endif