* Changed: rename ``audinterface.Feature.process_unified_format_index``, ``audinterface.Process.process_unified_format_index``, ``audinterface.ProcessWithContext.process_unified_format_index`` to ``audinterface.Feature.process_index``, ``audinterface.Process.process_index``, ``audinterface.ProcessWithContext.process_index``
0.5.2
--------------------------
* Fixed: ``audinterface.Feature`` allow ``win_dur=None`` with ``unit="samples"``
0.5.1
--------------------------
* Changed: store ``Process.channels`` always as a list * Changed: keep ``Feature.win_dur`` and ``Feature.hop_dur`` in original format
0.5.0
--------------------------
* Added: arguments ``channels`` and ``mixdown`` to ``audinterface.Process``, ``audinterface.ProcessWithContext``, ``audinterface.Feature``, ``audinterface.Segment`` * Removed: ``channel`` argument from all ``process_*`` functions