package ffmpeg-swresample
Install
Dune Dependency
Authors
Maintainers
Sources
md5=d3d6db317b8be680de45073c93853177
sha512=bba0d883770911ab54ada967e7bb2d606cdec4a01d9af66f546bd997465316abebf8a99e9a29fffd90cd44fffa0fb632ef386a8ffd31340cfb4f4d23fb6e4d79
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.