soundpool

  1. MasterGy

    Android Question soundpool(looping) problem

    Hi ! if you want to test whether all sounds are heard, I'm curious. The soundpool 'loop' doesn't always work. The program has several loops, the playback speed and volume of which must be constantly modified in real time. I did a trick that starts the sound samples continuously in the first two...
  2. A

    Android Question take time from a wav file

    I need use the time of wav file to create a sequence of audios. Is there a code that allows me to obtain and use this information?
  3. Kevin Hartin

    Android Question Using SoundPool to make a sentence

    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...
  4. A

    Android Question Is there a life guard on duty? I am drowning in the soundpool!

    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...
  5. Mark Baars

    B4J Question Soundpool for B4J

    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...
  6. Danamo

    Android Code Snippet Change Pitch of Wave File Playback using SoundPool

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