Module kira::sound

source ·
Expand description

Sources of audio.

Modules

  • Playable chunks of audio that are loaded into memory all at once.
  • streaming(mp3 or ogg or flac or wav) and non-wasm32
    Decodes data gradually from an audio file.

Enums

  • FromFileErrormp3 or ogg or flac or wav
    Errors that can occur when loading or streaming an audio file.

Traits

  • An actively playing sound.
  • A source of audio that is loaded, but not yet playing.