This is a simple parser of RIFF wave files that extracts information about markers to Matlab.
Voice analysis and synthesis often needs to add markers to audio records. The common approach is to add them in riff wave format. This project solve a problem extracting information about markers from RIFF files to implement speech synthesis algorithms in Matlab.
This project is build under WindowsXP, if you want to use other operating system, you'll need to build .mex file Then you can add folder with .mex file to your Matlab Path and use it as a matlab function.