.. Krajjat documentation master file, created by sphinx-quickstart on Mon Jun 12 12:18:32 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. image:: /img/krajjat_logo_black_cropped.png Welcome on the **Krajjat** documentation! ========================================= What is Krajjat? ---------------- Krajjat is a Python package developed for **processing motion capture data**, and finding relationships between the rhythmicity of the tracked movements and of the **acoustic components of the speech**. The toolbox allows to: • **Pre-process** the motion capture sequences, via functions for :ref:`de-jittering `, :ref:`re-referencing `, :ref:`trimming `, :ref:`resampling `, and :ref:`interpolating missing data `. See more details :ref:`here`. • Get **basic information** about the sequences, via e.g. :meth:`~krajjat.classes.sequence.Sequence.print_stats`. • Get **acoustic components** of the speech, such as the :ref:`envelope `, the :ref:`intensity `, the :ref:`pitch `, or one of the :ref:`formants `. • **Convert the sequences** and save them in different formats (``.json``, ``.xlsx``, ``.txt``, ``.csv``, ``.tsv`` or ``.mat``), using :meth:`~krajjat.classes.sequence.Sequence.save`. • **Display the sequences** (:meth:`~krajjat.display_functions.sequence_reader`), compare them side-by-side or superimposed (:meth:`~krajjat.display_functions.sequence_comparer`), and save them as video files (:meth:`~krajjat.display_functions.save_video_sequence`). • **Plot** the movement or acoustic variables, either for :ref:`a single joint ` or for :ref:`all of them `. • **Perform statistical analyses** on the relationship between motion capture sequences and speech (:doc:`analysis functions `). Where do I start? ----------------- Start :doc:`here ` to install the toolbox as a Python module. Once it is done, you can follow an example provided :doc:`here `. Useful links ------------ * `GitHub repository `_ * :ref:`Index of all the documented functions` * Documentation contents .. toctree:: :maxdepth: 2 general classes functions appendix