update to 0.7

This commit is contained in:
Brian Matzon 2003-08-13 21:45:33 +00:00
parent f19ef56df9
commit df2967a2af
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public class WaveData {
//insert data into bytebuffer
ByteBuffer buffer = ByteBuffer.allocateDirect(buf.length);
buffer.put(buf);
buffer.rewind();
//create our result
WaveData wavedata =