beep

  1. Guenter Becker

    B4A Library B4X Beep

    Hello, This additional library may be used in B4A, B4J and B4i as well. It generates a beep sound. Name: GBEBeep.b4xlib Version: 1.0 (C) G. Becker Licence: Royalty Free for all purpose For All: Copy library file GBEBeep.b4xlib to the additional files folder. Recommend to use a sub Folder B4X...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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