Audacity
3.2.0
libraries
lib-time-and-pitch
TimeAndPitchInterface.cpp
Go to the documentation of this file.
1
#include "
TimeAndPitchInterface.h
"
2
3
#include <cmath>
4
5
TimeAndPitchSource::~TimeAndPitchSource
() =
default
;
6
7
TimeAndPitchInterface::~TimeAndPitchInterface
() =
default
;
8
9
bool
TimeAndPitchInterface::IsPassThroughMode
(
double
stretchRatio)
10
{
11
return
std::fabs(stretchRatio - 1.) < 1e-6;
12
}
TimeAndPitchInterface.h
TimeAndPitchInterface::IsPassThroughMode
static bool IsPassThroughMode(double stretchRatio)
Definition:
TimeAndPitchInterface.cpp:9
TimeAndPitchInterface::~TimeAndPitchInterface
virtual ~TimeAndPitchInterface()
TimeAndPitchSource::~TimeAndPitchSource
virtual ~TimeAndPitchSource()
Generated by
1.9.3