2016-01-06 20:02:06 +00:00
|
|
|
#pragma once
|
2015-11-18 19:59:03 +00:00
|
|
|
|
2017-09-10 20:17:17 +00:00
|
|
|
#include "audio/AudioClip.h"
|
|
|
|
#include "core/Phone.h"
|
|
|
|
#include "tools/ProgressBar.h"
|
|
|
|
#include "time/BoundedTimeline.h"
|
2015-11-18 19:59:03 +00:00
|
|
|
|
2016-09-21 08:32:26 +00:00
|
|
|
BoundedTimeline<Phone> recognizePhones(
|
2016-07-20 18:42:27 +00:00
|
|
|
const AudioClip& audioClip,
|
2017-08-15 18:47:05 +00:00
|
|
|
boost::optional<std::string> dialog,
|
2016-08-11 08:29:01 +00:00
|
|
|
int maxThreadCount,
|
2016-02-09 21:08:11 +00:00
|
|
|
ProgressSink& progressSink);
|