0
votes
2answers
48 views

my soundpool project won't play properly?

I've been trying to implement this soundpool class (with some help from a tutorial) but when I try to run it on a virtual device, the sound won't play... The main_activity XML file loads fine, but it ...
0
votes
1answer
38 views

How many native audiotracks are reserved by the SoundPool object?

If I create a SoundPool object with 20 concurrent streams new SoundPool(20, ...) How many native AudioTrack objects will be reserved by the this SoundPool object ? Is the native implementation of ...
0
votes
1answer
76 views

cleaning up after soundPool (loop sound still plays after app is killed)

how do I clean up after soundPool? my looping sounds still play after app is killed // my onStop() onPause() is identical the sound continues until reboot. public void onStop(){ ...
1
vote
1answer
56 views

when using soundPool my first sound loops the rest throw status 12

when using soundPool my first sound loops the rest throw status 12 here is the code public SoundPool soundPool = new SoundPool(5, AudioManager.STREAM_MUSIC, 100); public HashMap<Integer, ...
2
votes
1answer
250 views

android mediaplayer alternative?

is there a java audio library that is capable of setting the playback rate of the audio(controlling the speed of the audio) as well as being able to return me the current position of the playback and ...
0
votes
1answer
207 views

Android SoundPool: AudioFlinger error

My SoundManager class uses SoundPool for it's audio. I have a sound that will loop, 1 second on and 2 seconds off until told to stop. The problem is that this will execute once and then I notice an ...
1
vote
1answer
83 views

Concurrency in SoundPool and MediaPlayer?

I dunno if my sounds are just too quiet but right now I am programming a Rhythm game for Android and when you open it on the menuActivity (where you can press "Play" "Options" "About" and "Exit), it ...
0
votes
1answer
71 views

Increase soundpool duration

So I have sound which is like 6,5 seconds long and when i play it with soundpool it plays only like 5 seconds...I tried using mediaplayer but it is too slow for this kind of application. SoundPool ...
0
votes
0answers
47 views

SoundPool Streams

So I have soundpool OnLoadCompleteListener which has this code mStreamId = soundPool.play(sampleId, 1, 1, 1, 0, 1f); and i have 2 buttons that will play diffrent soundpools.I use mStreamId to stop ...
1
vote
0answers
103 views

(Android) Initial lag in playing sounds - SoundPool and MediaPlayer both

So I've been learning Android dev for a short while now, and I'm writing a metronome app, with tap tempo. What I'm doing is keeping a play button, which starts the metronome when you hit it. In the ...
2
votes
1answer
64 views

Android doc: constructor returning null for SoundPool?

I know the general matter has been discussed in this stackoverflow topic already (constructors never return null), but considering its significance in this concrete matter, I would like to know if the ...
0
votes
1answer
150 views

SoundPoolThread causing SIGSEGV via JNI ERROR “accessed deleted global reference”

My Android application (minSdkLevel: 2.2, targetSdkLevel: 3.0, testing on Nexus 7 with Android 4.2) does the following in the loading phase: Creates a SoundPool and registers an ...
1
vote
1answer
203 views

onTouch with Multitouch and SoundPool Motion Events

So i'm making a xylophone app for android and i've run into a problem, i'm not sure how to correctly use onTouch. Right now I can press an image and play the sound, but I cannot play two sounds at ...
0
votes
0answers
54 views

Can't stop SoundPool using setOnTouchListener [duplicate]

Possible Duplicate: SoundPool stops only once I want to play using SoundPool, while the user presses on image and then stop it after releasing his/her finger from the image. I made the ...
1
vote
1answer
116 views

SoundPool stops only once

Pressing the button the first time stops Sound. But pressing it after that does not have any effect. This is my java code: public class App extends MultiTouchActivity { SoundPool sp; int dub1s; ...
3
votes
2answers
155 views

Loop a sound while a button is pressed

I'm trying to loop a sound while a button is pressed down. How could I do that while I'm pressing the button hadling the event "MotionEvent.ACTION_DOWN" will not stop running the sound? The way I ...
0
votes
0answers
38 views

How to use SoundPool in class that extends Button? [duplicate]

Possible Duplicate: Play sound with SoundPool How do I set up SoundPool, I tried the usual way but no sound was played. There are no problems with the music file. I would like the Sound to ...
0
votes
1answer
154 views

SoundPool: What is the “path” in the “load(String path, int priority)”

Here's a question I had stumbled upon a few days ago. The question is asking for how the method, "load(String path, int priority)" should be used, and what syntax the "path" variable should be like. ...
0
votes
0answers
110 views

How to play to Audio-jack and to Device speakers two different sounds simultaneously

I need help with finding a way to play 2 different sound file to 2 different Stream types (AudioManager). I want to play a wav to wired-headset (AudioJack) and play an alarm sound at the same time on ...
3
votes
3answers
342 views

Can soundPool be played in oncreate()?

I am working on an app, wherein when a new activity is started, it should start playing a sound. So I used mediaplayer to play the sound in oncreate and It worked fine. But when I tried to use ...
0
votes
1answer
554 views

SoundPool not working! : Error creating AudioTrack

I am building an application, which loads around 20 sounds, and on click on different buttons, it plays different sounds. Initially it works fine, but after repeated clicks, the sound freezes and ...
0
votes
1answer
165 views

Android - Disabling sound on start up screen

I have a splash screen for my application that plays an mp3 clip on start up. I want to give the user the option to disable/enable sound via a settings menu of my app. How can I implement this so ...
1
vote
1answer
107 views

Play breakfree sound soundpool

I am trying to play a sound when my wheel is scratched(DJ Turn Table) the sound file is playing like a timer tick tick tick. It is a pretty small file 00:02. I want this file to play almost in a ...
1
vote
1answer
130 views

Can we pass soundpool id from one activity to other?

I am new to android. I am working on an app, where i'll need to load many soundpools for different activities. My question is can we load all soundpools in a single activity and pass that id to ...
0
votes
1answer
448 views

Android SoundPool left / right volume

I want to play mp3 file ONLY the right channel. -> left channel, set volume: 0 (muted) I tried : public class TestSound { private SoundPool soundPool; private int id; public ...
0
votes
1answer
141 views

Use SoundPool with URIs?

Is there any way to load URIs of sound files into a SoundPool? I tried poolMap.put(id, spool.load(sfxURI.getPath(), 0)); but that didn't work.
1
vote
1answer
606 views

Playing Audio files from SD card

I wanted to load files from the SD card into a SoundPool as well as ringtones. I am able to successfully get the path of the files, and I am able to play them with MediaPlayer. However, I need the ...
2
votes
0answers
228 views

Playing sounds very fast with Soundpool

I am creating an app that requires a sound or sounds to potentially be played every ~25ms. (300beats per minute with potentially 8 "plays" per beat) At first I used SoundPool to accomplish this. I ...
1
vote
0answers
111 views

Error reported by SoundManager

Got a force close in my app reporting: java.lang.ClassCastException: int[] cannot be cast to java.lang.ref.WeakReference at android.media.SoundPool.postEventFromNative(SoundPool.java:466) at ...
0
votes
0answers
625 views

SoundPool wrapper problem

I'm writing a sound system for a game I'm planning to start. I'm working on Android 2.2, and I followed the tutorial here. The app works fine when the SoundPool is accessed directly from the ...
1
vote
1answer
290 views

Android: What does this warning mean?

I have a button with a few sound effects. When I click the button, nothing happens. No sound is played, but no force close either. The Debugger is giving me this warning: "SoundPool - Sample 1 not ...
0
votes
1answer
1k views

Android: How do I loop sound effects?

I have two sound effects assigned to a button. I'm wondering how I can loop back to the first sound effect, after the last one is played. mSoundManager = new SoundManager(); ...
0
votes
1answer
709 views

android: Play different sounds on each click

I have a button and on each click I want a different sound to play. I need some help getting the second sound to work. Here's my code so far: package com.andrew.finnandjake; import ...
1
vote
2answers
2k views

new File ( path ) always says that there is no file

my problem is a little bit tricky to describe. I have a separated resources folder in my project (and in the apk-file). String path = "/resources/instruments/data/bongo/audio/bong1.wav"; I can ...
1
vote
1answer
734 views

Cupcake(API3) friendly way to pause/stop sound loops in SoundPool? Any ideas?

Quick note: I'm using the SoundPool class http://developer.android.com/reference/android/media/SoundPool.html What I have here is a simple button that plays a looped sound while it's pressed. It ...
2
votes
2answers
2k views

How do I know that the Soundpool is ready using SDK target below 2.2?

This question is related to this one. I managed to modify my code to use SoundPool instead of AudioManager. Know it works more or less. public class Sound { private static boolean sound = true; ...