Class VoiceSoundBuilder
java.lang.Object
fr.dreamin.dreamvoice.api.voice.model.VoiceSoundBuilder
Fluent builder for creating and playing raw audio streams through Simple Voice Chat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplay()Dispatches and plays this configured sound throughVoiceService.
-
Constructor Details
-
VoiceSoundBuilder
public VoiceSoundBuilder()
-
-
Method Details
-
play
public void play()Dispatches and plays this configured sound throughVoiceService.
-