Package wellen

Class AudioDeviceImplDesktop

java.lang.Object
java.lang.Thread
wellen.AudioDeviceImplDesktop
All Implemented Interfaces:
Runnable, AudioDevice

public class AudioDeviceImplDesktop extends Thread implements AudioDevice
  • Field Details

    • VERBOSE

      public static boolean VERBOSE
  • Constructor Details

  • Method Details

    • buffer_size

      public int buffer_size()
      Specified by:
      buffer_size in interface AudioDevice
      Returns:
      buffer size
    • sample_rate

      public int sample_rate()
      Specified by:
      sample_rate in interface AudioDevice
      Returns:
      sample rate
    • exit

      public void exit()
      Specified by:
      exit in interface AudioDevice
    • pause

      public void pause(boolean pause_state)
    • is_paused

      public boolean is_paused()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread