SYAudioWarningSettings Class Reference

Generic audio settings for warnings. You can set your custom voice or TTS for various cases. More...

#import <SYAudioSettings.h>

Inheritance diagram for SYAudioWarningSettings:
Collaboration diagram for SYAudioWarningSettings:

Properties

NSString * warningSoundPath
 Path to the warning sound file. More...
 
NSString * ttsText
 Text, we want to be played as the warning sound. More...
 
SYAudioWarningMode mode
 Warning mode. See the available SYAudioWarningModes. More...
 

Detailed Description

Generic audio settings for warnings. You can set your custom voice or TTS for various cases.

Property Documentation

◆ mode

- (SYAudioWarningMode) mode
readwritenonatomicassign

Warning mode. See the available SYAudioWarningModes.

◆ ttsText

- (NSString*) ttsText
readwritenonatomiccopy

Text, we want to be played as the warning sound.

◆ warningSoundPath

- (NSString*) warningSoundPath
readwritenonatomiccopy

Path to the warning sound file.


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