Python Quick start ================== Installation ------------ install the sdk .. code-block:: console pip install *.whl pip install numpy Uninstallation -------------- uninstall the sdk .. code-block:: console pip uninstall iris-sdk-python Running the sample code ----------------------- install soundfile .. code-block:: console pip install soundfile run the sample .. code-block:: console python iris-sdk-sample.py View the sample code results ---------------------------- The example script reads in the file **breaking_point_f32_48k.wav**, processes it and writes the result to **breaking_point_f32_48k_clarity.wav**. .. note:: Native python extensions are specific to host os, architecture and python version. For example python 3.12 cannot load an extension built for python 3.11. Make sure you received the correct **iris-sdk** for your target platform.