B4A Example MultiTrigger Soundpool Example - stevel05    Jan 23, 2015   (6 reactions) 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... the use of the instrument until all sounds have been loaded, making a more user friendly app. The sample just Logs when loading is complete, as it only loads two sounds, but you can use the listener to... B4A Question soundpool(looping) problem - MasterGy (first post)    Dec 5, 2024 instead of (0 - 2) in the doc.
public final int play (int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate)
Added in API level 1
Play a sound from a sound ID. Play... 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.... 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... attempts to play the same sound in the same app session work 100%. So it just sometimes has issues... 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 - Erel (first post)    Jan 6, 2023   (3 reactions) Unzip the b4xlib file and extract X2SoundPool class. You can add it to your project.... B4A Question How to play sound for only once by using Soundpool - Janusz Chmiel    Nov 3, 2022 Dear developers, does somebody us know how to play .mp3 file by using Soundpool? But I only want so that Sound pool will not play one file for twice or for more times. I have found ount one Soundpool... B4A Question Soundpool Clips Playback - RichardN    May 7, 2015 Process_Globals
Dim Sp As SoundPool
End Sub
Sub Globals
Dim Jingle As Int
End Sub
Sub...I have an app that should play a certain 'jingle' when required by program activity. I realise the Audio Lib Soundpool object has limitations but I have a 10 second 'jingle' (~300kb) that completely refuses to play more than the first ~6 seconds before cutting out.
I have tried... Page: 1   2   3   4   5   |