Results 1097 comments of Matthias Geier

This can be quite confusing, because the header contains all the functions, but the library doesn't. Would it at least be possible to have the header file and the library...

In the meantime, the README contains the information that the `capi` feature is obligatory. But maybe it would be helpful to explicitly mention how to do that? Something like this:...

Since #142, there is a test with `inline-c` that also runs on Windows. This is good, but I don't think this reflects typical use, because the library is "installed" in...

There is a (draft) PR #194 that tries to compile the example project with MSYS2 on Windows. It would still be great to have a "native" Windows example (e.g. using...

If you don't want to wait for scikits.audiolab to fix this, you can use [PySoundFile](http://pysoundfile.readthedocs.org/), which supports those kinds of file names since version 0.8.0.

Since audiolab seems to be dead (or at least dormant), I guess this won't happen ... You should switch to [PySoundFile](https://github.com/bastibe/PySoundFile), which is very much alive and will get a...

[PySoundFile](https://github.com/bastibe/PySoundFile) is now in Debian "sid": https://packages.debian.org/python3-soundfile

I also experienced this bug in version 0.11.0. I've illustrated it with an IPython notebook: http://nbviewer.ipython.org/5990729/audiolab_bug.ipynb

I had a look at the code and I think I know where the error is located. In the file `audiolab/pysndfile/_sndfile.pyx`, the function `read_frames()` is defined which forwards to `read_frames_double()`,...

I happen to have recently created a Sphinx extension that does basically just that: https://github.com/mgeier/sphinx-last-updated-by-git It's somewhat similar to your own https://github.com/jdillard/sphinx-gitstamp. > Included files may have a later updated...