File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,23 +163,23 @@ So this is a summary of what I found, just in case it is useful to anyone.
163163- Standard 'wave' module:
164164 - http://docs.python.org/library/wave.html
165165 - I think this is the main reason why there are many
166- - wrappers around. The standard module to do wave file
167- - loading is crap.
168-
166+ wrappers around. The standard module to do wave file
167+ loading is crap.
169168 - Based on sndfile but it just writes .wav files.
170169 - It lacks support for floating point samples, patch provided
171170 but ignored see http://bugs.python.org/issue1144504
172171 - unreadable getX() methods instead of properties.
173172 - no numpy integration
174- - no whole file shortcuts
173+ - generators, context managers... what?
174+ - no whole-file shortcuts provided
175175
176176- scikits.audiolab
177177 - git clone https://github.com/cournape/audiolab
178178 - Cython based + python layer
179179 - Dual interface: matlab like and OO
180180 - Property accessors to samplerate...
181181 - Numpy integration
182- - Inplace processing?
182+ - Inplace processing
183183 - Not in Ubuntu
184184 - Within a big library
185185
You can’t perform that action at this time.
0 commit comments