mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Remove crash-prone "Audio Cache" feature.
This commit is contained in:
parent
c6edf9f444
commit
c3a504390b
@ -103,7 +103,7 @@
|
||||
#endif
|
||||
|
||||
// experimental features
|
||||
#define EXPERIMENTAL_FEATURES
|
||||
#define EXPERIMENTAL_FEATURES // ANSWER ME: EXPERIMENTAL within EXPERIMENTAL?
|
||||
#ifdef EXPERIMENTAL_FEATURES
|
||||
// The first experimental feature is a notebook that adds
|
||||
// a tabbed divider to the project.
|
||||
|
@ -100,6 +100,9 @@ void DirectoriesPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
#ifdef DEPRECATED_AUDIO_CACHE
|
||||
//vvvvv If confirmed deprecated by version 2.0.2 release, remove this code and the code it affects.
|
||||
// See http://bugzilla.audacityteam.org/show_bug.cgi?id=545
|
||||
S.StartStatic(_("Audio cache"));
|
||||
{
|
||||
S.TieCheckBox(_("Play and/or record using &RAM (useful for slow drives)"),
|
||||
@ -118,6 +121,7 @@ void DirectoriesPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.AddVariableText(_("If the available system memory falls below this value, audio will no longer\nbe cached in memory and will be written to disk."))->Wrap(600);
|
||||
}
|
||||
S.EndStatic();
|
||||
#endif // DEPRECATED_AUDIO_CACHE
|
||||
}
|
||||
|
||||
void DirectoriesPrefs::OnChooseTempDir(wxCommandEvent & e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user