Skip to content

Commit 8e60f6d

Browse files
committed
More changes to the README
1 parent d0a2375 commit 8e60f6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)