We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c16e35 commit 50b8a19Copy full SHA for 50b8a19
lib/wavefile.rb
@@ -6,7 +6,7 @@
6
require 'wavefile/writer'
7
8
module WaveFile
9
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
10
11
WAVEFILE_FORMAT_CODE = "WAVE"
12
FORMAT_CHUNK_BYTE_LENGTH = {:pcm => 16, :float => 18}
0 commit comments