Sha256: 49fd9f107cb86909afa7191e6fae1fefb27dc7f0201be5185dedae57b8e0c6b8

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

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
  

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
catori-0.2.5 ext/vorbisfile/ChangeLog
catori-0.2.5 ./ext/vorbisfile/ChangeLog
catori-0.2.6 ./ext/vorbisfile/ChangeLog
catori-0.2.6 ext/vorbisfile/ChangeLog