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.ToneToneSynthesizer.noteTone(ToneSynthesizer.Note note, long millis) static ToneSynthesizer.ToneToneSynthesizer.noteTone(ToneSynthesizer.Note note, long millis, int octaves) static ToneSynthesizer.ToneToneSynthesizer.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.Toneinstances.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.Toneinto a wav audio stream