-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 25ee476..bba55a3 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp @@ -304,12 +304,13 @@ int VMemo::openWAV(const char *filename) } wav=track.handle(); WaveHeader wh; wh.main_chunk = RIFF;// RIFF + wh.length=0; /* filelen */ wh.chunk_type = WAVE;//WAVE wh.sub_chunk = FMT;// fmt wh.sc_len = 16;// format length = 16 wh.format = PCM_CODE;// PCM wh.modus = channels;// channels wh.sample_fq = speed;//samplerate |