Package soundPlayback
Class SoundCardPlaybackBase
java.lang.Object
soundPlayback.SoundCardPlaybackBase
Base sound card playback to use in the SoundCardPlayback and
the SoundCardFilePlayback classes.
- Author:
- dg50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()booleanplayData(RawDataUnit[] data) booleanpreparePlayback(int deviceNumber, int nChannels, float playbackRate, boolean isRealTime) booleanboolean
-
Constructor Details
-
SoundCardPlaybackBase
public SoundCardPlaybackBase()
-
-
Method Details
-
getMaxChannels
public int getMaxChannels() -
getName
-
getDeviceName
-
preparePlayback
public boolean preparePlayback(int deviceNumber, int nChannels, float playbackRate, boolean isRealTime) -
unPrepareSystem
public boolean unPrepareSystem() -
playData
-
stopPlayback
public boolean stopPlayback() -
getDeviceState
-