## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.sanas.ai/llms.txt)

Use this file to discover all available pages before exploring further.

`ProcessorState` represents the current operational state of an `AudioProcessor`. You can check the state at any time by calling `AudioProcessor.GetState()`, or receive state change notifications through a [state callback](https://developer.sanas.ai/API-Reference/Reference/State-Callbacks).

## Values

| Enum           | Description                        |
|----------------|------------------------------------|
| `INITIALIZING` | Connecting to Sanas Cloud         |
| `READY`       | Ready for processing               |
| `FAILED`      | Processing failed                  |
| `DISCONNECTED` | Connection lost                   |
