B4J Question [Solved] Beeper

Star-Dust

Expert
Licensed User
Longtime User
In B4a the audio library exists and can do this instruction to perform a sound with a specific frequency and a specific duration.
B4X:
Dim b As Beeper
b.Initialize(300, 500)
b.Beep
Is there something similar in B4J?
 

Star-Dust

Expert
Licensed User
Longtime User
Does not work. I solved it by creating a class by writing some java code.

 
Upvote 0
Top