[][src]Module cauldron::audio

Structs

AudioInfo

AudioInfo stored in a container format's headers and metadata

AudioSegment

AudioSegment is returned to user to perform various operations and get decoded stream, audio info or encode to different format.

Channels

Channels is a bit mask of all channels contained in a signal. see https://trac.ffmpeg.org/wiki/AudioChannelManipulation for more info

Enums

ChannelLayout

ChannelLayout describes common audio channel configurations. Run ffmpeg -layouts to see the layout mappings