API Documentation
Loading...
Searching...
No Matches
QTSoundManager Class Reference

#include <QTSoundManager.h>

Inheritance diagram for QTSoundManager:
[legend]
Collaboration diagram for QTSoundManager:
[legend]

Public Member Functions

QSoundEffect * soundEffect (const String &sound)
 
bool playSound (const String &sound) override
 
bool textToSpeech (const TextToSpeechRequest &speech) override
 
virtual bool supportsTextToSpeech () const override
 
virtual void enableTextToSpeech (bool enable) override
 
virtual Buffer< SoundavailableSounds () override
 
virtual bool textToSpeechEnabled () const override
 
- Public Member Functions inherited from SoundFactory

Static Public Member Functions

static void SetupSystem ()
 

Member Function Documentation

◆ availableSounds()

Buffer< Sound > availableSounds ( )
overridevirtual

Implements SoundFactory.

◆ enableTextToSpeech()

void enableTextToSpeech ( bool enable)
overridevirtual

Implements SoundFactory.

◆ playSound()

bool playSound ( const String & sound)
overridevirtual

Implements SoundFactory.

◆ SetupSystem()

void SetupSystem ( )
static

◆ soundEffect()

QSoundEffect * soundEffect ( const String & sound)

◆ supportsTextToSpeech()

bool supportsTextToSpeech ( ) const
overridevirtual

Implements SoundFactory.

◆ textToSpeech()

bool textToSpeech ( const TextToSpeechRequest & speech)
overridevirtual

Implements SoundFactory.

◆ textToSpeechEnabled()

bool textToSpeechEnabled ( ) const
overridevirtual

Implements SoundFactory.


The documentation for this class was generated from the following files: