package ffmpeg-swresample
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=32027fdf1754e0076a0ce505344500d7
sha512=d37207de5819e655948e2f2c1a6a0e1ac7c29e5537faecd35395e7d7bce3c700b72ffea7039b4214c5f79fa20914a0e12542a6054271d77ee8f564058a792afb
doc/ffmpeg-swresample/Swresample/index.html
Module SwresampleSource
This module perform audio resampling, rematrixing and sample format conversion operations.
Audio data modules for Swresample module input and output parameterization.
type options = [ | Swresample__.Swresample_options.dither_type| Swresample__.Swresample_options.engine| Swresample__.Swresample_options.filter_type
]Functor building an implementation of the swresample structure with parameterized input an output audio data types
Byte string with undefined sample format for interleaved channels. The sample format must be passed to the create function.
Unsigned 8 bit sample format byte string for interleaved channels.
Signed 16 bit sample format byte string for interleaved channels.
Signed 32 bit sample format byte string for interleaved channels.
Unsigned 8 bit sample format byte string for planar channels.
Signed 16 bit sample format byte string for planar channels.
Signed 32 bit sample format byte string for planar channels.
Float 32 bit sample format byte string for planar channels.
Float 64 bit sample format byte string for planar channels.
Float 64 bit sample format array for interleaved channels.
Float 64 bit sample format array for planar channels.
Unsigned 8 bit sample format bigarray for interleaved channels.
Signed 16 bit sample format bigarray for interleaved channels.
Signed 32 bit sample format bigarray for interleaved channels.
Float 32 bit sample format bigarray for interleaved channels.
Float 64 bit sample format bigarray for interleaved channels.
Unsigned 8 bit sample format bigarray for planar channels.
Signed 16 bit sample format bigarray for planar channels.
Signed 32 bit sample format bigarray for planar channels.
Float 32 bit sample format bigarray for planar channels.
Float 64 bit sample format bigarray for planar channels.
Audio frame with undefined sample format. The sample format must be passed to the create function.
Unsigned 8 bit sample format audio frame for interleaved channels.
Signed 16 bit sample format audio frame for interleaved channels.
Signed 32 bit sample format audio frame for interleaved channels.
Unsigned 8 bit sample format audio frame for planar channels.
Signed 16 bit sample format audio frame for planar channels.
Signed 32 bit sample format audio frame for planar channels.
Float 32 bit sample format audio frame for planar channels.
Float 64 bit sample format audio frame for planar channels.