pipi7817 / as3wavsound

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

8-bit WAV files play back garbled #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce:

1. Download or create a WAV file with 8-bit samples (Ex: 
http://simplythebest.net/sounds/WAV/sound_effects_WAV/sound_effect_WAV_files/bub
bles_2.wav)
2. Create a project either with the sound file embedded or downloaded and play 
the sound using the WavSound class.

Behavior:

Instead of the sound being reproduced accurately, a garbled sound of the same 
duration is played.

Original issue reported on code.google.com by JonDis...@gmail.com on 22 Aug 2012 at 11:04

GoogleCodeExporter commented 9 years ago
Please explain garbled, are you referring to increased speed in play back? That 
should be fixed with release v0.9. The upsampling algorithm however is not 
optimal as it creates a low quality reproduction at 44khz.

Original comment by b.bottema on 23 Aug 2012 at 12:14

GoogleCodeExporter commented 9 years ago
This issue is still reproducible. The bug is in the decoding routine and is not 
related to resampling.

Original comment by JonDis...@gmail.com on 26 Aug 2012 at 11:30

GoogleCodeExporter commented 9 years ago
Committed fix in r78

Original comment by JonDis...@gmail.com on 26 Aug 2012 at 11:33