Skip to content

Commit

Permalink
Improved wording in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrait committed Jul 6, 2009
1 parent 97e10f8 commit 8bfec71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
===============================================================================
* Added support for properly reading and writing stereo files. Files with more
than 2 channels (such as surround sound) are supported as well.
* Added convenience methods mono?() and stereo?()
* Added convenience methods mono?() and stereo?().
* Can now pass :mono and :stereo into the num_channels argument of the
constructor, to allow for more readable code
* Added method reverse()
* Corrected conversion of raw samples to normalized samples, and vice versa
constructor, to allow for more readable code.
* Added method reverse().
* Conversion of raw samples to normalized samples, and vice versa, is more
accurate.

0.1.0
===============================================================================
Expand Down

0 comments on commit 8bfec71

Please sign in to comment.