Audacity 3.2.0
TimeAndPitchExperimentalSettings.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 TimeAndPitchExperimentalSettings.h
7
8 Matthieu Hodgkinson
9
10**********************************************************************/
11#pragma once
12
13#include <optional>
14#include <string>
15
17{
18std::string GetLogDir();
19std::optional<int> GetLogSample(int sampleRate);
20std::optional<double> GetCutoffQuefrencyOverride();
21std::optional<int> GetFftSizeOverride();
22std::optional<bool> GetReduceImagingOverride();
23} // namespace TimeAndPitchExperimentalSettings
std::optional< int > GetLogSample(int sampleRate)