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
-
Method Summary
Modifier and TypeMethodDescriptionint
getName()
boolean
playData
(RawDataUnit[] data) boolean
preparePlayback
(int deviceNumber, int nChannels, float playbackRate, boolean isRealTime) boolean
boolean
-
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
-