#include <cmath>
#include <boost/filesystem.hpp>
#include <chrono>
#include <pv_recorder.h>
#include <sndfile.h>
#include <stdexcept>
#include <vector>
#include "./recognizer.h"
Go to the source code of this file.
Namespaces | |
picovoice_driver | |
Functions | |
std::string | picovoice_driver::getEpochStamp () |
void | picovoice_driver::writeWav (const std::vector< int16_t > &buffer, size_t buffer_size, size_t sample_rate, const std::string &directory) |