COSC345CoolGroupASLtoSpeech
BridgingASLandspokenlanguagewithAI:Translategesturestospeechforinclusivecommunication.
|
Contains the function for text-to-speech conversion using an external tool. More...
#include "ttsCall.h"
#include <iostream>
#include <cstdlib>
#include <Windows.h>
#include <QDebug>
#include <chrono>
Variables | |
std::string | currentString = "" |
The placeholder string that will be used in TTS. More... | |
int | pitch = 50 |
int | speed = 175 |
int | volume = 100 |
std::string | genderString = "" |
std::string | testString = "Do you like my new voice?" |
Contains the function for text-to-speech conversion using an external tool.
This file contains the function for text-to-speech conversion using an external tool.
std::string currentString = "" |
The placeholder string that will be used in TTS.
std::string genderString = "" |
int pitch = 50 |
int speed = 175 |
std::string testString = "Do you like my new voice?" |
int volume = 100 |