> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# rime hello & rime play

> Quick audio demo and terminal waveform playback with the Rime CLI.

## `rime hello`

Quick demo that generates a time-appropriate greeting ("good morning/afternoon/evening from Rime AI!") using the Astra voice on the Coda model.

```bash theme={null}
rime hello
```

<img src="https://mintcdn.com/rimelabs/hWWUVCw6mopaejUP/images/cli/hello-demo.gif?s=b30641050005b610b4d1477412827265" alt="Demo of the rime hello command" width="1080" height="480" data-path="images/cli/hello-demo.gif" />

### Optional flags

| Flag        | Short | Default | Description                               |
| ----------- | ----- | ------- | ----------------------------------------- |
| `--output`  | `-o`  | --      | Output file path (plays audio by default) |
| `--api-url` | --    | --      | API URL override                          |

### Examples

```bash theme={null}
# Play the greeting
rime hello

# Save the greeting to a file
rime hello -o greeting.wav

# Output as JSON
rime hello --json
```

***

## `rime play`

Play a WAV audio file with terminal waveform visualization.

```bash theme={null}
rime play FILE
```

<img src="https://mintcdn.com/rimelabs/hWWUVCw6mopaejUP/images/cli/play-demo.gif?s=e44d36ef9a0370a457524b6e6a60c66c" alt="Demo of the rime play command" width="1080" height="480" data-path="images/cli/play-demo.gif" />

### Examples

```bash theme={null}
rime play output.wav
```
