package ffmpeg-swresample
Install
Dune Dependency
Authors
Maintainers
Sources
md5=f8aaa5d20ea8e0c3784c872455534b06
sha512=063077f5ccc7da1cf985ef97fb466b2c4caf7c89da7c08098df94a52f62b254e6f146976c80e45f6413a14d966e388beb0519bd2286139e9232925d23787df32
doc/ffmpeg-swresample/Swresample/index.html
Module Swresample
Source
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.