Hi everyone.
I made an app using XSpeechRecognizer made by @Multiverse app
There is very annoying problem going on :(, even with the given example:
When the recognizer is listening it is continuosly playing some "beep" sounds, that are very annoying (because when it start listening you are...
Version: 1.0
------------------------
BeeperDeLuxe is a B4A Lib.
Features:
sound a beep tone
vibrate the phone
sound and vibrate
sound intermitting alarmtone
Properties:
DurationMillisecond: the duration of the sound, vibration or alarm.
To use you need to implement libs as followes:
core...
Sub PlayBeep
Dim NativeMe As NativeObject = Me
NativeMe.RunMethod("beep", Null)
End Sub
#If ObjC
#import <AVFoundation/AVAudioPlayer.h>
- (void) beep {
AudioServicesPlaySystemSound(1302);
}
#End If
You can change the value of 1302 above to other sound ID.
List of SystemSoundIDs...
Hi guys,
I saw many different thereads on this issue hete. Some of them are very aged now. https://www.b4x.com/android/forum/threads/beeper-bug.14077/
I tried a few of them with no visible effect. After a few times beeper working, it just stops playing sounds. See what I already did:
Used two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.