File: ChangeLog

package info (click to toggle)
libvorbisfile-ruby 0.2-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 84 kB
  • ctags: 35
  • sloc: ansic: 371; makefile: 52; ruby: 45
file content (11 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
0.2 Second release
  * Now uses _one_ string as a buffer, instead of passing you one back
    after each read(). I had to do this, because the GC couldn't keep
    up. Thanks to the bloke who showed me his example code for this,
    and the ruby-audiofile author, whose idea I eventually used.
    NOTE: This means the API has changed for read() !
  * Put class VorbisFile into module 'Ogg' - so now you need to use
    Ogg::Vorbisfile.
  
0.1 Initial relese