# `Feline.Processors.AudioPlayer`
[🔗](https://github.com/dimamik/feline/blob/main/lib/feline/processors/audio_player.ex#L1)

Processor that plays TTS audio in real-time via sox `play`.

Buffers audio per utterance. On TTSStoppedFrame, spawns a background
task to play the buffered audio, freeing the pipeline to continue.
On interruption, discards the buffer and kills any playing task.

# `child_spec`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
