Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 794 Bytes

About

This is a simple parser of RIFF wave files that extracts information about markers to Matlab.

Motivation

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.

How to use

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.