:orphan:

medkit.audio.preprocessing
==========================





APIs
----

For accessing these APIs, you may use import like this:

.. code-block:: python

    from medkit.audio.preprocessing import <api_to_import>

.. automodule:: medkit.audio.preprocessing
    :members:  Downmixer, PowerNormalizer, resampler,
    :inherited-members: dict
    :autosummary:
    :autosummary-members:
    :autosummary-inherited-members: dict
    :autosummary-no-nesting:





Subpackages / Submodules
------------------------
.. autosummary::
   :toctree:
   :recursive:

   medkit.audio.preprocessing.downmixer
   medkit.audio.preprocessing.power_normalizer
   medkit.audio.preprocessing.resampler

