Package x3

Interface X3Encoder

All Known Implementing Classes:
X3JavaEncoder, X3JNIEncoder

public interface X3Encoder
General X3 encoder / decoder.
Author:
Doug Gillespie
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int ERROR_FAIL  
    static int ERROR_OK  
  • Method Summary

    Modifier and Type Method Description
    int wavToX3​(java.lang.String sourceFile, java.lang.String destFile)
    Convert a wav file into an X3 file.
    int x3ToWav​(java.lang.String sourceFile, java.lang.String destFile)
    Convert an x3 file into a wav file
  • Field Details

  • Method Details

    • wavToX3

      int wavToX3​(java.lang.String sourceFile, java.lang.String destFile)
      Convert a wav file into an X3 file.
      Parameters:
      sourceFile - Wav file name
      destFile - X3 file name
      Returns:
      0 if sucessful
    • x3ToWav

      int x3ToWav​(java.lang.String sourceFile, java.lang.String destFile)
      Convert an x3 file into a wav file
      Parameters:
      sourceFile - X3 file name
      destFile - Wav file name
      Returns:
      0 if sucessful.