Skip to content

Tags: vault-the/SoundFile

Tags

0.10.0

Toggle 0.10.0's commit message
increment version number

0.9.0

Toggle 0.9.0's commit message
Release 0.9.0

0.8.1

Toggle 0.8.1's commit message
update for borked pypi files.

Also now installable as `pip install soundfile`

0.8.0

Toggle 0.8.0's commit message
Release 0.8.0

0.7.0

Toggle 0.7.0's commit message
Merge pull request bastibe#126 from bastibe/wheel-fun

Wheels are now os-dependent but python-independent

0.6.0

Toggle 0.6.0's commit message
update version number

0.5.0

Toggle 0.5.0's commit message
updated version number

This release includes quite a few new features and bug fixes:
- a flush() method
- fixed bug that reported the wrong len()
- indexing now works for frames and channels
- read() reads to the end of the file by default
- fixed bug that seeked to the wrong place in some cases.

A big thanks to @mgeier, who helped to find and fix a lot of these issues!

0.4.1

Toggle 0.4.1's commit message
incremented version number

0.4.0

Toggle 0.4.0's commit message
New version with virtual IO!

Now you can open more than just files!

Also, updated the README.

0.3.1

Toggle 0.3.1's commit message
switched from distutils to setuptools

dependency resolution should work now