H hackhack Active Member Licensed User Longtime User Jul 4, 2011 #1 Is it possible to generate an audible tone without using external files (like wave/midi etc) ?
Gary Miyakawa Active Member Licensed User Longtime User Jul 5, 2011 #2 I couldn't find a good way so I used the Vibrate instead.. It worked well for my application.. Upvote 0
H hackhack Active Member Licensed User Longtime User Jul 5, 2011 #3 Gary Miyakawa said: I couldn't find a good way so I used the Vibrate instead.. It worked well for my application.. Click to expand... Yeah, it already vibrates, i just want it to go beep as well Upvote 0
Gary Miyakawa said: I couldn't find a good way so I used the Vibrate instead.. It worked well for my application.. Click to expand... Yeah, it already vibrates, i just want it to go beep as well
vb1992 Well-Known Member Licensed User Longtime User Nov 26, 2011 #4 In case anyone is searching the threads the way to do this is to add the AUDIO library: B4X: [B] Dim b As Beeper b.Initialize(333, 777) b.Beep[/B] Upvote 0
In case anyone is searching the threads the way to do this is to add the AUDIO library: B4X: [B] Dim b As Beeper b.Initialize(333, 777) b.Beep[/B]
H hackhack Active Member Licensed User Longtime User Nov 26, 2011 #5 Yeah that's the way to do it now - don't think that function was there when I originally asked Upvote 0