Uses of Class
org.openhab.core.audio.utils.ToneSynthesizer.Tone
Packages that use ToneSynthesizer.Tone
-
Uses of ToneSynthesizer.Tone in org.openhab.core.audio.utils
Methods in org.openhab.core.audio.utils that return ToneSynthesizer.ToneModifier and TypeMethodDescriptionstatic ToneSynthesizer.Tone
ToneSynthesizer.noteTone
(ToneSynthesizer.Note note, long millis) static ToneSynthesizer.Tone
ToneSynthesizer.noteTone
(ToneSynthesizer.Note note, long millis, int octaves) static ToneSynthesizer.Tone
ToneSynthesizer.silenceTone
(long millis) Methods in org.openhab.core.audio.utils that return types with arguments of type ToneSynthesizer.ToneModifier and TypeMethodDescriptionstatic List
<ToneSynthesizer.Tone> ToneSynthesizer.parseMelody
(String melody) Parses a tone melody into a list ofToneSynthesizer.Tone
instances.Method parameters in org.openhab.core.audio.utils with type arguments of type ToneSynthesizer.ToneModifier and TypeMethodDescriptionToneSynthesizer.getStream
(List<ToneSynthesizer.Tone> tones) Synthesize a list ofToneSynthesizer.Tone
into a wav audio stream