isWarmingUp

abstract val isWarmingUp: StateFlow<Boolean>(source)

Value indicating if the engine is warming up. Is true after enqueue or say has been called the first time, but before isSynthesizing is true. Is false otherwise.