Class AudioDevice

java.lang.Object
processing.sound.AudioDevice

public class AudioDevice extends Object
Deprecated.
Old Sound library configuration class, deprecated. Have a look at the Sound class instead.
See Also:
  • Constructor Details

    • AudioDevice

      public AudioDevice(PApplet theParent, int sampleRate, int bufferSize)
      Deprecated.