Module babycat::constants

source ·

Constants

Sets the decoding backend as FFmpegDecoder.
Sets the decoding backend as SymphoniaDecoder.
By default, we do not flatten all audio channels into a mono channel.
Sets the default audio decoding backend.
The default end time cutoff when decoding audio. We continue decoding until the end of the file.
The default file extension hint when decoding. Hints are not necessary.
The default frame rate to resample to. By default, we do not change the frame rate’s audio.
The default MIME type hint when decoding. Hints are not necessary.
The default number of channels to decode. By default, we decode all of the available channels.
The default number of threads to use for multithreaded operations. By default, we will initialize as many threads as logical CPU cores on your machine.
By default, we do not repeat-pad the ending of an audio file.
Sets the default resampler.
The default start time cutoff when decoding audio. We start at the beginning.
By default, we do not zero-pad the ending of an audio file.
Use this value to resample audio with Babycat’s Lanczos resampler.
Use this value to resample audio with Babycat’s sinc resampler.
Use this value to resample audio with libsamplerate.