Package soundPlayback.swing
Class FilePlaybackDialogComponent
java.lang.Object
soundPlayback.swing.PlaybackDialogComponent
soundPlayback.swing.FilePlaybackDialogComponent
- 
Constructor Summary
ConstructorsConstructorDescriptionFilePlaybackDialogComponent(FilePlayback filePlayback) Dialog component for sound playback when input is from a file. - 
Method Summary
Modifier and TypeMethodDescriptionvoiddataSourceChanged(PamDataBlock dataSource) protected voidvoidMethods inherited from class soundPlayback.swing.PlaybackDialogComponent
getParentDialog, setParentDialog 
- 
Constructor Details
- 
FilePlaybackDialogComponent
Dialog component for sound playback when input is from a file.Have now implemented a system whereby playback can be over a number of device types. For now this will be sound cards and NI cards so that we can generate real audio data at V high frequency for some real time testing.
Playback from file is easy since there is no need to synchronise sound input with sound output.
- Parameters:
 playbackControl-
 
 - 
 - 
Method Details
- 
deviceSettings
protected void deviceSettings() - 
dataSourceChanged
- Overrides:
 dataSourceChangedin classPlaybackDialogComponent
 - 
fillDeviceSpecificList
public void fillDeviceSpecificList() 
 -