M1 MacでPydub・inaSpeechSegmenterを使う

共通

brew install ffmpeg

mkdir <your_env_path>/site-packages/_soundfile_data
cp /opt/homebrew/Cellar/libsndfile/1.1.0_1/lib/libsndfile.1.dylib <your_env_path>/site-packages/_soundfile_data/libsndfile.dylib

パス・libsndfile/以下のバージョン等は適宜書き換え

Pydub

pip install pydub

inaSpeechSegmenter

pip install inaSpeechSegmenter

conda install -c apple tensorflow-deps
pip install tensorflow-macos
pip install tensorflow-metal