1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 17:08:07 +02:00
audacity/src/Benchmark.h
Leland Lucius d39590cf41 AUP3: First round of updates
!!! THERE WILL NO DOUBT BE BUGS !!!

This is a big one and there's still several things to
complete. Just want to get this in the wild to start
receiving feedback.

One big thing right now is that it will NOT load pre-aup3
files.  An importer is on the way for that.
2020-07-01 02:30:18 -05:00

19 lines
409 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
Benchmark.h
Dominic Mazzoni
**********************************************************************/
#ifndef __AUDACITY_BENCHMARK__
#define __AUDACITY_BENCHMARK__
class AudacityProject;
void RunBenchmark( wxWindow *parent, AudacityProject &project );
#endif // define __AUDACITY_BENCHMARK__