B4A Example MultiTrigger Soundpool Example - stevel05    Jan 23, 2015   (6 reactions) As a response to a forum question a few months ago, I posted an example of using the Gesture Library and Soundpool to create a musical instrument interface. The example is simple an has only two sound samples, but is easily extended. I am reposting as the latest version of JavaObject with B4a V3.8 allows setting Interfaces. Soundpool has an OnLoadCompleteListener, which can now be accessed. This is included in the example. If you are loading a lot of samples, this can take quite a while... B4A Question soundpool(looping) problem - kimstudio (first post)    Dec 6, 2024 I have no access to google drive so have not tried your app. Could you send me by email kimstudio@16... B4A Question SoundPool current playing position - peacemaker    Aug 30, 2017 HI, All
How to set\get the current position of SoundPool ?
I need to make a multi-track player.... Italian [RISOLTO] SoundPool - Suoni eseguiti due volte - LucaMs    Jan 10, 2016 Il progetto di prova che ho allegato a questo post funziona bene (si fa per dire!) su un dispositivo... B4A Question SoundPool - Sound played twice - LucaMs    Jan 10, 2016 In a project containing some AnimationSet (library AnimationPlus) I use a SoundPool object to play a sound.
Installed on a device with Android 4.4.2 the sound is correctly played once,
on a device... B4A Question Soundpool sound not playing on first run... - JohnC    Aug 30, 2016 I am using the Audio Lib 1.63. And I am using Soundpool to play a quick "beep" file.
This is my code:
pid = VoiceIt.SP.Play(StartBeep, 1, 1, 10, 0,0)
But, intermittently, the first time... B4A Question SoundPool Play folder - stari (first post)    Apr 10, 2023
Try this
Private Sub btOpen_Click
Dim cc As ContentChooser
cc.Initialize("cc")
... B4A Question SoundPool - Huguenotte (first post)    Mar 11, 2023 ok y find use mediaplayer for the long song !... Wish Make X2Soundpool available as a standalone library - TelKel81 (first post)    Jan 6, 2023   (1 reaction) Sorry, I did extract the class but I stopped at the instanciation of GameViewHelper... I didn't realize that GameviewHelper was a... B4A Question How to play sound for only once by using Soundpool - Janusz Chmiel (first post)    Nov 3, 2022   (1 reaction) I can confirm, that Play work thanks to your advice how I have wanted. Very well done and thank you.... Page: 1   2   3   4   |