Package soundPlayback.fx
Class FilePlaybackSettingsPane
java.lang.Object
soundPlayback.fx.PlaybackSettingsPane
soundPlayback.fx.FilePlaybackSettingsPane
The settings pane for file playback.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionFilePlaybackSettingsPane
(FilePlayback filePlayback) Dialog component for sound playback when input is from a file. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dataSourceChanged
(PamDataBlock dataSource) void
void
setParams
(PlaybackParameters playbackParameters) Methods inherited from class soundPlayback.fx.PlaybackSettingsPane
setParentDialog
-
Constructor Details
-
FilePlaybackSettingsPane
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
-
dataSourceChanged
- Overrides:
dataSourceChanged
in classPlaybackSettingsPane
-
setParams
- Overrides:
setParams
in classPlaybackSettingsPane
-
fillDeviceSpecificList
public void fillDeviceSpecificList()
-