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