Revision 90fa4b4e server/include/Utterance.h
| server/include/Utterance.h | ||
|---|---|---|
| 29 | 29 |
#pragma once |
| 30 | 30 |
#include <string> |
| 31 | 31 |
#include <vector> |
| 32 |
#include "boost/date_time/posix_time/posix_time.hpp" |
|
| 33 |
#include <boost/thread/thread_time.hpp> |
|
| 34 |
#include <boost/thread/thread.hpp> |
|
| 32 |
#include <chrono> |
|
| 33 |
#include <boost/shared_ptr.hpp> |
|
| 35 | 34 |
#include "AudioData.h" |
| 36 | 35 |
|
| 37 | 36 |
class Utterance {
|
| ... | ... | |
| 59 | 58 |
|
| 60 | 59 |
private: |
| 61 | 60 |
phonemes_vector_t::iterator phonemes_vector_iterator; |
| 62 |
boost::system_time symbol_end_time;
|
|
| 61 |
std::chrono::time_point<std::chrono::steady_clock> symbol_end_time;
|
|
| 63 | 62 |
|
| 64 | 63 |
bool playing; |
| 65 | 64 |
}; |
Also available in: Unified diff