[][src]Module kira::audio_stream

A stream of arbitrary audio.

Audio streams are useful if you need to dynamically generate audio. For instance, you can use an audio stream to synthesize sound effects in real time or feed audio from a voice chat into the mixer.

If you just need to play an audio file, you should probably use instances.

Structs

AudioStreamId

A unique identifier for an AudioStream.

Traits

AudioStream

Produces a constant flow of audio data in real time.