Skip to content

Tags: bmcfee/PySoundFile

Tags

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

0.3.0

Toggle 0.3.0's commit message
incremented version number

now with context manager

0.2.1

Toggle 0.2.1's commit message
fixed regression in 0.2

0.2.0

Toggle 0.2.0's commit message
V0.2: minor api tweaks and bug fixes

updated setup.py to reflect changes.