Go to the source code of this file.
Namespaces | |
cogrob | |
cogrob::cloud | |
cogrob::cloud::speech | |
Typedefs | |
using | cogrob::cloud::speech::AudioQueue = util::SimpleThreadSafeQueue< std::unique_ptr< AudioSample >> |
using | cogrob::cloud::speech::AudioSample = std::vector< uint8_t > |
Variables | |
constexpr size_t | cogrob::cloud::speech::SAMPLE_RATE = 16000 |
constexpr size_t | cogrob::cloud::speech::SAMPLES_PER_SLICE = 1600 |