Python Quick start

Installation

install the sdk

pip install *.whl
pip install numpy

Uninstallation

uninstall the sdk

pip uninstall iris-sdk-python

Running the sample code

install soundfile

pip install soundfile

run the sample

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.