Audacity 3.2.0
|
#include "AudioSegment.h"
#include "ClipTimeAndPitchSource.h"
#include "Observer.h"
#include "PlaybackDirection.h"
#include <atomic>
#include <memory>
Go to the source code of this file.
Classes | |
class | ClipSegment |
Typedefs | |
using | PitchRatioChangeCbSubscriber = std::function< void(std::function< void(double)>)> |
using PitchRatioChangeCbSubscriber = std::function<void(std::function<void(double)>)> |
Definition at line 23 of file ClipSegment.h.