2016-01-06 20:02:06 +00:00
|
|
|
#pragma once
|
2015-11-18 19:59:03 +00:00
|
|
|
|
2016-07-20 18:42:27 +00:00
|
|
|
#include "audio/AudioClip.h"
|
2015-11-18 19:59:03 +00:00
|
|
|
#include "Phone.h"
|
2016-01-28 18:13:40 +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-05-02 18:31:59 +00:00
|
|
|
BoundedTimeline<Phone> detectPhones(
|
2016-07-20 18:42:27 +00:00
|
|
|
const AudioClip& audioClip,
|
2016-06-03 19:07:49 +00:00
|
|
|
boost::optional<std::u32string> dialog,
|
2016-08-11 08:29:01 +00:00
|
|
|
int maxThreadCount,
|
2016-02-09 21:08:11 +00:00
|
|
|
ProgressSink& progressSink);
|