Packages
Plugin performing audio conversion, resampling and channel mixing. Uses SWResample module of [FFmpeg](https://www.ffmpeg.org/) library.
Current section
Files
Jump to
Current section
Files
lib/membrane_ffmpeg_swresample_plugin/converter_native.ex
defmodule Membrane.FFmpeg.SWResample.Converter.Native do
@moduledoc """
This module provides nativly implemented converter utilizing library swresample
"""
use Unifex.Loader
end