beep

  1. Guenter Becker

    B4A Class TD_Beeperdeluxe

    Version: 2.5 UPDATE ------------------------ NOTICE! old Version of Beeperdeluxe not longer supported. Please use this one. TD_BeeperDeLuxe Features: sound a beep tone vibrate the phone sound and vibrate sound intermitting alarmtone play own soundfile play internal alarm sound files (included...
  2. M

    Android Question XSpeechRecognizer annoying beep sounds - help ?

    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...
  3. Guenter Becker

    B4A Library BeeperDeLuxe - UPDATE 2025

    Version: 2.0 ------------------------ TD_BeeperDeLuxe Features: sound a beep tone vibrate the phone sound and vibrate sound intermitting alarmtone Properties: (Beeper)Duration (Miöllsecond) the duration of the sound. Freq the frequency of the beep Alarmduration duration in Millisconds. To...
  4. aeric

    iOS Code Snippet Play Beep Sound

    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...
  5. FERNANDO SILVEIRA

    Android Question Beeper stop working

    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...
Top