Skip to content

~.base

Base Audio Source

AudioSource

Base audio source implementation.

bitrate property

bitrate: str | None

If provided, the bitrate in which this source is played back at.

channels property

channels: int | None

If provided, the amount of channels this source plays with.

duration property

duration: float | None

The duration of the source, if provided/found.

name property

name: str | None

If provided, the name assigned to this source for display purposes.

volume property

volume: float | str | None

If provided, the overriding volume for this source.