COSC345CoolGroupASLtoSpeech
BridgingASLandspokenlanguagewithAI:Translategesturestospeechforinclusivecommunication.
Variables
ttsCall.cpp File Reference

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>
Include dependency graph for ttsCall.cpp:

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?"
 

Detailed Description

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.

Variable Documentation

◆ currentString

std::string currentString = ""

The placeholder string that will be used in TTS.

◆ genderString

std::string genderString = ""

◆ pitch

int pitch = 50

◆ speed

int speed = 175

◆ testString

std::string testString = "Do you like my new voice?"

◆ volume

int volume = 100