  dion2wav is a simple program for transformation files created by the MP3 
player/voice recorder DION-MX or Oracom ORC-100 to wav-format.


INSTALLATION:


1. unarchive source code: tar -zxvf dion2wav.tar.gz
2. make
3. make install


USAGE:


In order to transform the input vrf file into the output wav-file, run

dion2wav input_vrf_file > output_wav_file

In order to play vrf file execute

dion2wav input_vrf_file | sox -t wav - -r 16000 -t ossdsp -l /dev/dsp polyphase 

(requires sox installed and configured to support ossdsp driver).

Learn more in http://software.lpetrov.net/dion-mx


CREDIT:


  Jack Jansen  Jack.Jansen@cwi.nl


LICENSE:


  GNU public license. Available at http://www.gnu.org/copyleft/gpl.html


AUTHOR:

  Leonid Petrov        mail@lpetrov.net

