Class WavFileType

java.lang.Object
java.io.File
PamUtils.worker.filelist.WavFileType
All Implemented Interfaces:
Serializable, Comparable<File>

public class WavFileType extends File
See Also:
  • Property Details Link icon

    • useWavFile Link icon

      public javafx.beans.property.BooleanProperty useWavFileProperty
      The property for using wav files.
      See Also:
  • Constructor Details Link icon

    • WavFileType Link icon

      public WavFileType(File baseFile, AudioFormat audioInfo)
    • WavFileType Link icon

      public WavFileType(File baseFile)
      Create a wave file type and automatically generate the audio format information.
      Parameters:
      baseFile - - the sound file.
  • Method Details Link icon

    • getAudioInfo Link icon

      public AudioFormat getAudioInfo()
      Returns:
      the audioInfo
    • getDurationInSeconds Link icon

      public float getDurationInSeconds()
      Get the duration of the sound file in seconds
      Returns:
      the duration of the sound file in seconds.
    • setAudioInfo Link icon

      public void setAudioInfo(AudioFormat audioInfo)
      Parameters:
      audioInfo - the audioInfo to set
    • useWavFile Link icon

      public Boolean useWavFile()
      True to use the file in analysis
      Returns:
      true to use the file in analysis
    • useWavFileProperty Link icon

      public javafx.beans.property.BooleanProperty useWavFileProperty()
      The property for using wav files.
      Returns:
      the boolean property for using the wav file.