Class AudioDataFormatTools


  • public class AudioDataFormatTools
    extends java.lang.Object
    Tools to deal with audio data formats.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.sound.sampled.AudioFormat toAudioFormat​(AudioDataFormat format)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioDataFormatTools

        public AudioDataFormatTools()
    • Method Detail

      • toAudioFormat

        public static javax.sound.sampled.AudioFormat toAudioFormat​(AudioDataFormat format)
        Parameters:
        format - Audio data format to convert to JDK audio format
        Returns:
        JDK audio format for the specified format.