audiolab
audiolab copied to clipboard
A python package for reading/writing audio files from numpy array
### 1. easy_install scikits.audiolab `error: sndfile (http://www.mega-nerd.com/libsndfile/) library not found.` ### 2. pip install scikits.audiolab `error: sndfile (http://www.mega-nerd.com/libsndfile/) library not found.` ### $ locate libsndfile ``` /usr/lib/libsndfile.a /usr/lib/libsndfile.la /usr/lib/libsndfile.so /usr/lib/libsndfile.so.1...
Hello, I can't install the package. I tried both pip and installing from source. It didn't work. I installed libsndfile1-dev and confirmed that it exists. I am using an anaconda...
Audiolab isn't compatible with Python 3. It would be nice if it were. I'll start work on this now [in a fork of my own](https://github.com/detly/audiolab/tree/p3), but I'm submitting the issue...
This started from testing out https://github.com/cournape/audiolab/pull/16 and then expanded to be a set of patches that make a Travis build (currently at https://travis-ci.com/palfrey/audiolab but should have the URLs changed once...
https://files.pythonhosted.org/packages/ea/ce/85c5ebddb3a0061ea37f554796966f4e4a6ad7951da99f563d3db4bb8c12/scikits.audiolab-0.11.0.win32-py2.6.exe from https://pypi.org/project/scikits.audiolab/#files resists installation on Windows with Python27 One solution might be to provide binaries for python2.7 Another solution might be to provide working, complete install instructions for Windows...
in ipython: In [8]: import scikits.audiolab -------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import scikits.audiolab /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/scikits/audiolab/__init__.py in () 20 COPYING.txt for details. """ 21 ---> 22...
How can i fix this error?
1. FAILS COMPILE & WORKAROUND (OSX 10.13.2 / Python 3.6.4): pip install scikits.audiolab . . . downloads and compiles some things successfully, but chokes with /Developer/SDKs/MacOSX10.6.sdk/usr/include/float.h which has #if defined(__GNUC__)...
Throws "TypeError: not all arguments converted during string formatting" because format string is invalid.
Hi, I am getting this error. I tried installing audiolab from source and also with pip. Is this a bug, or I am doing something wrong? Thanks from scikits.audiolab import...