Uses of Interface
jmri.jmrit.audio.AudioSource
Packages that use AudioSource
Package
Description
Provides specific implementations of various audio systems.
Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
-
Uses of AudioSource in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement AudioSourceModifier and TypeClassDescriptionclassBase implementation of the AudioSource class.classJavaSound implementation of the Audio Source sub-class.classJOAL implementation of the Audio Source sub-class.classNull audio system implementation of the Audio Source sub-class.Methods in jmri.jmrit.audio that return AudioSourceModifier and TypeMethodDescriptionAudioFactory.createNewSource(String systemName, String userName) Provide a specific new AudioSource object.JavaSoundAudioFactory.createNewSource(String systemName, String userName) JoalAudioFactory.createNewSource(String systemName, String userName) NullAudioFactory.createNewSource(String systemName, String userName) -
Uses of AudioSource in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return AudioSource