Package-level declarations
Types
Link copied to clipboard
class PlayerManager(playerFactory: PlatformAudioPlayerFactory, remoteTtsPlayerSwitcher: RemoteTtsPlayerSwitcher) : CoroutineMiddleware<MiddlewareContext> , Player
Manages the playback of audio, including Text-to-Speech (TTS) and Speech-to-Text (STT) functionality.
Link copied to clipboard
Use to provide a custom implementation of VoicePlayer.