VocalRangeSessionConfig

data class VocalRangeSessionConfig(val countdownSeconds: Int = 3, val transitionDelayMs: Long = 500, val autoFlow: Boolean = true)

Configuration for the TesseraRangeSession guided flow.

Tunes the session orchestration only. The detection engine behind the session (note stability, confidence floor, etc.) is configured separately via VocalRangeConfig, passed to TesseraRangeSession.create.

Constructors

Link copied to clipboard
constructor(countdownSeconds: Int = 3, transitionDelayMs: Long = 500, autoFlow: Boolean = true)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to run automatic flow (countdown -> low -> high -> complete)

Link copied to clipboard

Countdown duration before detection starts

Link copied to clipboard

Delay between low and high note detection