convert_audio method

On this page

convert_audio

Converts the provided audio stream.

def convert_audio(self, source_stream, convert_options):
    ...
Parameter Type Description
source_stream io.RawIOBase Stream containing an audio to process.
convert_options AudioConvertOptions Audio convert options.

Returns: Converted audio.

See Also

On this page