enum Haematite::Voice::VoiceState

Overview

The state of the voice.

Defined in:

haematite/voice.cr

Enum Members

Playing = 0

The voice is playing.

ReleaseRequested = 1

The voice should move to the release stage and begin its release cycle.

Released = 2

The voice has been released.

Instance Method Summary

Instance Method Detail

def playing? #

def release_requested? #

def released? #