PlaybackMode

    AudioStreamRandomizer.swift:13
    enum PlaybackMode

    Cases

    • case randomNoRepeats

      Pick a stream at random according to the probability weights chosen for each stream, but avoid playing the same stream twice in a row whenever possible. If only 1 sound is present in the pool, the same sound will always play, effectively allowing repeats to occur.

    • case random

      Pick a stream at random according to the probability weights chosen for each stream. If only 1 sound is present in the pool, the same sound will always play.

    • case sequential

      Play streams in the order they appear in the stream pool. If only 1 sound is present in the pool, the same sound will always play.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (12) members.

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features