Описание класса Sound | Universal Bot

Sound

Класс отвечающий за обработку и корректное воспроизведение звуков, в зависимости от типа приложения.

Class Sound

Table of Contents

$sounds Массив звуков. array
$isUsedStandardSound Использование стандартных звуков. bool
__construct() Sound constructor. mixed
getSounds() Получение корректно поставленных звуков в текст. string|array

Properties

$sounds

Массив звуков.

public array $sounds

$isUsedStandardSound

Использование стандартных звуков.

public bool $isUsedStandardSound
Если true - используются стандартные звуки. Актуально для Алисы и Маруси. По умолчанию true.

Methods

__construct()

Sound constructor.

public __construct( ) : mixed
Return values
mixed

getSounds()

Получение корректно поставленных звуков в текст.

public getSounds( $text : string [, $userSound : TemplateSoundTypes|null = null ] ) : string|array
Parameters
$text : string

Исходный текст.

$userSound : TemplateSoundTypes|null = null

Пользовательский класс для обработки звуков.

Tags
throws
api
Return values
string|array

Search results