Uses of Class
Acquisition.DaqSystem
Package
Description
-
Uses of DaqSystem in Acquisition
Modifier and TypeClassDescriptionclass
class
Implementation of DaqSystem for reading data from audio files.class
Read multiple files in sequence.class
A data acquisition system that uses an Ocean Sonics icListen to acquire the data to be streamed to and used by PAMGUARD.class
Bespoke system for handling data from the Rona hydrophone array which consists of sets of seven files, each with different ends in th ename.class
Everything and everything to do with controlling and reading sound cards.Modifier and TypeMethodDescriptionDaqSystemInterface.createDAQControl
(AcquisitionControl acObject) Creates a new instance of the DAQ System controller, the class that extends DaqSystem.class.AcquisitionControl.findDaqSystem
(String systemType) Finds a reference to a given DAQ system based on it's type (e.g.AcquisitionDialog.getCurrentDaqSystem()
AcquisitionProcess.getRunningSystem()
Modifier and TypeMethodDescriptionAcquisitionControl.getSystemList()
Get the available DAQ systemsModifier and TypeMethodDescriptionDaqSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) Gets a playback system for playing sound back out through headphones / speakers, etc.icListenSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) SoundCardSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) void
AcquisitionControl.registerDaqSystem
(DaqSystem daqSystem) Registered new DAQ systems and makes them available via the AcquisitionCialog -
Uses of DaqSystem in Acquisition.layoutFX
Modifier and TypeMethodDescriptionAcquisitionPaneFX.getCurrentDaqSystem()
Get the current DAQ system -
Uses of DaqSystem in asiojni
Modifier and TypeClassDescriptionclass
Everything and everything to do with controlling and reading ASIO sound cards.class
this uses jAsioHost for acquisition.Modifier and TypeMethodDescriptionASIOInterface.createDAQControl
(AcquisitionControl acquisitionControl) Modifier and TypeMethodDescriptionASIOSoundSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) NewAsioSoundSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of DaqSystem in hfDaqCard
Modifier and TypeMethodDescriptionSmruDaqSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of DaqSystem in mcc.mccacquisition
-
Uses of DaqSystem in nidaqdev
Modifier and TypeMethodDescriptionNIDAQProcess.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of DaqSystem in nidaqdev.networkdaq
Modifier and TypeClassDescriptionclass
DAQ system to receive data from remote NI Compact Rio chassis in compressed or uncompressed data formats.Modifier and TypeMethodDescriptionNINetworkDaq.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of DaqSystem in simulatedAcquisition
-
Uses of DaqSystem in soundtrap