#include "tts/text_to_speech.h"
#include <unistd.h>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include "alsa/asoundlib.h"
#include "common_config.h"
Go to the source code of this file.