Install inaSpeechSegmenter via PIP
masterTo install inaSpeechSegmenter using pip, first ensure you have ffmpeg installed on your system (e.g., sudo apt-get install ffmpeg on Ubuntu). It is recommended to use a Python 3 virtual environment. inaSpeechSegmenter supports Python versions 3.8 through 3.13.
# create a python 3 virtual environment and activate it
$ python -m venv env
$ source env/bin/activate
# install framework and dependencies
$ pip install inaSpeechSegmenter