QueueProgress

data class QueueProgress(val currentIndex: Int, val totalItems: Int)

Progress information emitted while a speech queue is playing.

Emitted each time a new queue item starts playing, via BetterFrenchTts.onQueueProgress.

See also

Constructors

Link copied to clipboard
constructor(currentIndex: Int, totalItems: Int)

Properties

Link copied to clipboard

Zero-based index of the item currently being spoken.

Link copied to clipboard

Total number of items in the queue.