#include <xercesc/dom/DOM.hpp>
#include <string>
#include <vector>
#include <map>
#include <fstream>
#include <sstream>
#include "boss_mysql/boss_mysql_handler.h"
#include "boss_utility/dom_userdata.h"
#include "boss_utility/dom_tools.h"
#include "boss_utility/boss_exceptions.h"
#include "boss_utility/boss_utility.h"
#include "boss_utility/boss_config.h"
#include "tdsp/dsp_weight_window.h"
#include "concat_unit.h"
#include "boss_utility/boss_module.h"
#include "boss_conman/boss_conman.h"
Go to the source code of this file.
Classes | |
class | BOSS_Concat |
A class for the concatenation and manipulation of speech units. More... | |
Defines | |
#define | F0_DIFFERENCE_LIMIT 10.0 |
#define | UPPER_F0_DIFFERENCE_LIMIT 50.0 |
Typedefs | |
typedef vector< CM_Unit > | CU_Vector |
Functions | |
BOSS::Module * | create (BOSS::Config &config, MySQL_Handler *database) |
void | destroy (BOSS_Concat *cm) |