2016-01-06 20:02:06 +00:00
|
|
|
#pragma once
|
2015-11-18 19:59:03 +00:00
|
|
|
|
2016-11-15 20:56:39 +00:00
|
|
|
#include "AudioClip.h"
|
2015-11-18 19:59:03 +00:00
|
|
|
#include "Phone.h"
|
2016-08-31 20:21:53 +00:00
|
|
|
#include "ProgressBar.h"
|
2016-05-02 18:31:59 +00:00
|
|
|
#include "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);
|