Hi all, I have been hacking my way through building an app with offline maps, a database of markers and alerts as a marker comes near. It is all working fine as I post an alert to the screen with all the relevant information using ToastMessageShow.
What I want to add as an option is a verbal...
I have been trying to get some basic sound effects into my app. not trying to do anything fancy just some feedback sounds for the UI. I have used it once previously and had no issues at all.This time though i am getting
using essentially the same code as i did last time but with different sound...
Hello,
I am looking for the functionality of the B4A library "SoundPool", but can't use that in B4J. For B4J I use the MediaPlayer control, but I also want to use speech and short sound effects while playing video and music with MediaPlayer instances. I have tried this with MediaPlayer but the...
Sub Process_Globals
'Requires Audio library
Private Pool As SoundPool
End Sub
Sub PlayRecording
Dim ret As Int 'Used in call to Pool.Play. ret = 0 if error occurs
Dim PoolID As Int 'Identifies the Pool number when a sound file is loaded
Dim SourceDir As String =...
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.