[MSNoise] scikits.samplerate

Carolin Boese carolinboese at yahoo.de
Tue Oct 15 19:49:21 UTC 2013


Dear Msnoise-users,

I am getting the error below when I was trying to compute the cross-correlation.  I installed the package using easy_install scikits.samplerateafter downloading package libsamplerate via macports. I am running MSnoise on Os Mountain lion on Mac.


python 03.compute_cc.py 
Traceback (most recent call last):
  File "03.compute_cc.py", line 6, in <module>
    from scikits.samplerate import resample
  File "/Library/Python/2.7/site-packages/scikits.samplerate-0.3.3-py2.7-macosx-10.8-intel.egg/scikits/samplerate/__init__.py", line 6, in <module>
    from _samplerate import resample, available_convertors, src_version_str, \
  File "numpy.pxd", line 43, in scikits.samplerate._samplerate (/private/tmp/easy_install-2i6LTa/scikits.samplerate-0.3.3/scikits/samplerate/_samplerate.c:3807)
ValueError: numpy.dtype does not appear to be the correct type object

Thanks a lot for your help,
Carolin


More information about the MSNoise mailing list