scikits.audiolab on Ubuntu Oneiric - ImportError: No module named _sndfile

前端 未结 3 783
独厮守ぢ
独厮守ぢ 2021-01-11 23:46

Okay, so I wanted to do some basic signal processing in Python and found this great library called scikits.audiolab.

No PPA anywhere to be found. Oh wel

3条回答
  •  感情败类
    2021-01-12 00:13

    Edit: I just realized this is not the case as pysndfile seems to be bundled... I shouldn't be answering stuff the first thing in the morning ;)

    Answer to 1: Sndfile is a c library, you most probably need to install the python wrapper for it: http://code.google.com/p/libsndfile-python/

提交回复
热议问题