Package soundPlayback

Class SoundCardPlaybackBase

java.lang.Object
soundPlayback.SoundCardPlaybackBase

public class SoundCardPlaybackBase extends Object
Base sound card playback to use in the SoundCardPlayback and the SoundCardFilePlayback classes.
Author:
dg50
  • Constructor Details

    • SoundCardPlaybackBase

      public SoundCardPlaybackBase()
  • Method Details

    • getMaxChannels

      public int getMaxChannels()
    • getName

      public String getName()
    • getDeviceName

      public String getDeviceName()
    • preparePlayback

      public boolean preparePlayback(int deviceNumber, int nChannels, float playbackRate, boolean isRealTime)
    • unPrepareSystem

      public boolean unPrepareSystem()
    • playData

      public boolean playData(RawDataUnit[] data)
    • stopPlayback

      public boolean stopPlayback()
    • getDeviceState

      public PlayDeviceState getDeviceState()