launchpadinteractive / popforge

Automatically exported from code.google.com/p/popforge
0 stars 0 forks source link

Error in svn/trunk/flash/PopforgeLibrary/src/de/popforge/format/wav/WavDecoder.as #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Have found that wav file cann't be played. And discovered that you missed one 
thing. In file: 
svn/trunk/flash/PopforgeLibrary/src/de/popforge/format/wav/WavDecoder.as
at line 53 should be "while( bytes.position < bytes.length - 1 )".

Position begins with 0 and Length - with 1!

Original issue reported on code.google.com by geraa...@gmail.com on 17 Nov 2010 at 9:56

GoogleCodeExporter commented 8 years ago
That might be a dirty fix for your wav-files, but is not a stable solution.

Please checkout http://tonfall.googlecode.com for the latest version.

Original comment by andre.mi...@gmail.com on 18 Nov 2010 at 7:07