VMOconv Readme
==============


Introduction
------------

VMOconv converts Siemens phones VMO and VMI audio files to gsm and wav.

After years of suspecting those files to be plain GSM with just a little
disguise Dmitry Zakharov (http://users.i.com.ua/~dmitry_z/) discovered the
layout and notified me.

This package includes two simple convertes to get from VMO to GSM and vice
versa. Additionally there is a patched GSM audio library contained that
converts to WAV.

It's well tested with Siemens (S/ME45 and SL45) and should work on all
Siemens VMO audio files.


Short Installation Instructions
-------------------------------

To compile and install:
	# ./configure
	# make
	# make install (as superuser)

Consider using pedantic error checking:
	CFLAGS="$CFLAGS -Werror" ./configure


Further Development
-------------------

If you find this tool useful or actually like it let me know.
Development will focus on your needs. Currently I know of very few
people using this tool.


Author and Contact
------------------

Author: Christian W. Zuckschwerdt <zany@triq.net>
     http://triq.net/obex
     http://openobex.sourceforge.net/
     http://sourceforge.net/tracker/?group_id=8960
     http://sourceforge.net/forum/?group_id=8960
 
