Talking

A visual indicator that shows when audio is being processed or the system is thinking.

Variants

Default

<Component />

Custom Bubble Count

<Component bubbleCount={10} />

Paused

<Component isPaused={true} />

Paused with Custom Bubble Count

<Component isPaused={true} bubbleCount={10} />