
csv2wav
=======

csv2wav is a standalone application to convert CSV text data 
(amplitude and time) into a WAV file. The data are automatically 
rescaled according to the specifications of the WAV format and can 
optionnaly be resampled.

Copyright
=========

This code is Copyright (c) 2010-2011 Mathieu Barthet, Queen Mary 
University of London.

csv2wav also uses the following libraries:

 * libsamplerate -- Copyright Erik de Castro Lopo, GPL
 * libsndfile -- Copyright Erik de Castro Lopo, LGPL

About This Release
==================

This is release 1.

License
=======

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. See the file
COPYING included with this distribution for more information.

Compiling
=========

If you are planning to compile the csv2wav application from 
source code, please read the file INSTALL.txt.

Build
=====

An OS/X build of the application can be found in the build/osx directory of
this distribution.

A Win32 build of the application can be found in the build/win32 directory of
this distribution.

Documentation
=============

Additional information on the plugin are given in the plugin documentation 
which can be found in the /doc directory of this distribution.

Credits and references
======================

This project was partly funded by the Queen Mary University of London 
Bridging the Gaps scheme (EPSRC grant no EP/F033133/1).


