LoginSignup
0
0

More than 1 year has passed since last update.

scikits.audiolabのインストール

Posted at

ハマったので自分用にメモ.

scikits.audiolab

MATLAB ライクな記法で wav の読み書きが可能な Python モジュール.
scikits.audiolab · PyPI

環境

  • OS: macOS Mojave 10.14.6
  • Python: 2.7.17

以下は先にインストールしておく.

  • Homebrew
  • pip

手順

  1. libsndfile と PySoundFile のインストール

scikits.audiolab は libsndfile のラッパーになっているので, libsndfile がないとインストールできません.

$ brew install libsndfile
$ pip install PySoundFile
  1. scikits.audiolab のインストール
$ pip install scikits.audiolab

以上です 🙂

参考

Python on Mac: scikits.audiolab のインストール - 意識の高い LISP マシン

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0