Uses of Interface
org.openhab.core.audio.AudioSource
Packages that use AudioSource
-
Uses of AudioSource in org.openhab.core.audio
Methods in org.openhab.core.audio that return AudioSourceModifier and TypeMethodDescription@Nullable AudioSource
AudioManager.getSource()
Retrieves an AudioSource.@Nullable AudioSource
Retrieves the audio sources for a given idMethods in org.openhab.core.audio that return types with arguments of type AudioSource -
Uses of AudioSource in org.openhab.core.voice
Methods in org.openhab.core.voice that return AudioSourceModifier and TypeMethodDescriptionDialogContext.source()
Returns the value of thesource
record component.Methods in org.openhab.core.voice with parameters of type AudioSourceModifier and TypeMethodDescriptionvoid
VoiceManager.stopDialog
(@Nullable AudioSource source) Stop the dialog associated to an audio sourceDialogContext.Builder.withSource
(@Nullable AudioSource source) Constructors in org.openhab.core.voice with parameters of type AudioSourceModifierConstructorDescriptionDialogContext
(@Nullable KSService ks, @Nullable String keyword, STTService stt, TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, AudioSource source, AudioSink sink, Locale locale, String dialogGroup, @Nullable String locationItem, @Nullable String listeningItem, @Nullable String listeningMelody) Creates an instance of aDialogContext
record class.