artisynth.core.util
Class ConvertRawToWav

java.lang.Object
  extended by artisynth.core.util.ConvertRawToWav

public class ConvertRawToWav
extends java.lang.Object


Constructor Summary
ConvertRawToWav()
           
 
Method Summary
static java.lang.String convert(double srate, java.lang.String fn)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertRawToWav

public ConvertRawToWav()
Method Detail

convert

public static java.lang.String convert(double srate,
                                       java.lang.String fn)
                                throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception