#include "DLLInfo.h"
#include <NDEVR/SoftwareService.h>
#include <NDEVR/ApplicationOptions.h>
#include <NDEVR/Buffer.h>
#include <NDEVR/String.h>
#include <NDEVR/TranslatedString.h>
Go to the source code of this file.
|
| struct | Sound |
| | Contains the definition for a sound resource. More...
|
| |
| class | SoundFactory |
| | Produces sound on the host Device, if possible. Can also create speech from given text. More...
|
| |
| class | SoundManager |
| | Handles iterating through sound factories until one is able to produce sound given the input sound resource. More...
|
| |
| struct | TextToSpeechRequest |
| | Allows the user to make a request for text-to-speech. If the speech cannot be produced, the backup sound is played. More...
|
| |