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