soundPlayback
Class FilePlaybackDialogComponent
java.lang.Object
soundPlayback.PlaybackDialogComponent
soundPlayback.FilePlaybackDialogComponent
public class FilePlaybackDialogComponent
- extends PlaybackDialogComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
private javax.swing.JPanel panel
playbackControl
private PlaybackControl playbackControl
deviceTypes
private javax.swing.JComboBox deviceTypes
soundCards
private javax.swing.JComboBox soundCards
defaultRate
private javax.swing.JCheckBox defaultRate
sampleRate
private javax.swing.JTextField sampleRate
filePlayback
private FilePlayback filePlayback
playbackParameters
private PlaybackParameters playbackParameters
FilePlaybackDialogComponent
public FilePlaybackDialogComponent(FilePlayback filePlayback)
- 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 dound input with
sound output.
- Parameters:
playbackControl -
getComponent
java.awt.Component getComponent()
- Description copied from class:
PlaybackDialogComponent
- Get the graphics component to be included in the playback dialog
- Specified by:
getComponent in class PlaybackDialogComponent
- Returns:
getParams
PlaybackParameters getParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Get teh parameters from the dialog component
- Specified by:
getParams in class PlaybackDialogComponent
- Returns:
- PlaybackParameters or null.
- See Also:
PlaybackParameters
setParams
void setParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Set the parameters in the dialog component
- Specified by:
setParams in class PlaybackDialogComponent
fillDeviceSpecificList
public void fillDeviceSpecificList()
saySampleRate
void saySampleRate()