rhubarb-lip-sync/src/phoneExtraction.h

13 lines
275 B
C
Raw Normal View History

#pragma once
#include "audio/AudioClip.h"
#include "Phone.h"
#include "progressBar.h"
#include "BoundedTimeline.h"
BoundedTimeline<Phone> detectPhones(
const AudioClip& audioClip,
boost::optional<std::u32string> dialog,
int maxThreadCount,
ProgressSink& progressSink);