blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Audio not playing first 1024 bytes #24

Open Pharmhaus-2 opened 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: StrangeIsMyName

This is an odd one I've noticed that mono 8bit playback and mono 16bit playback misses the first 1024 bytes (or thereabouts) pitch not changed.

The best way to replicate is with a very short drum sound

When played, it sounded muffled - this is because the first 1000 bytes is not being played. I've tried playing looped and the same happens, then when it loops the original beginning is found and played.

I've also modded mojo/audio to force the playhead to be at the start and it still missed the first part of a wav.

I can post code and audio files if needed, but would like some help in tracking this one down

Pharmhaus-2 commented 5 years ago

@StrangeIsMyName Do you know if this has been fixed and if not could your provide an audio sample which can be used to reproduce this?