Tagged Questions
5
votes
3answers
109 views
why this code doesn't play the sound file
The code
import javax.sound.sampled.*;
import java.io.*;
public class Tester {
static Thread th;
public static void main(String[] args) {
startNewThread();
while( th.isAlive() == true) {
...
5
votes
2answers
125 views
Which thread to use for audio decoding?
When working with audio playback I am used to the following pattern:
one disk (or network) thread which reads data from disk (or the network) and fills a ringbuffer
one audio thread which reads data ...
3
votes
1answer
92 views
Sound Multithreading
I want to play sound while a game is running. I know how to play sound and run the game, but I can't do them at the same time. The DOS game pauses while the sound is playing. Here is the cpp code for ...
3
votes
6answers
458 views
Music library for using with threads
I would like to write programs that play music ( audio or midi or even pure tones will be ok)
But I would like to use it with threads, a thread play a sound while other thread play other sound.
...
2
votes
2answers
135 views
Running Threads Simultanously using Qt
I have a problem. I have a Qiwidget which has 2 pushbuttons. On pressing one button i need to play back 1 file using some playback technique. On clicking the other button I want to playback another ...
2
votes
3answers
4k views
Android - how to do background threading properly?
Was wondering if anyone could help me on background threading on Android.
I have a piece of code that records from the mic of the device and then plays back what it records through the ear piece(on ...
2
votes
4answers
2k views
waveOut (Win32API) and multithreading
I cannot find any information about the thread-safety of the waveOut API.
After i creating new waveOut handle, i have those threads:
Thread 1: Buffers handling. Uses those API functions:
...
1
vote
0answers
11 views
Play audio with Animation using Handler in Android?
I am using frame by frame Animation in my project using Handler.
Now i am having different ButtonClicked for different animation. The animation is running very nice but now i want to attach sound ...
1
vote
1answer
64 views
Method inside Thread is going out of focus
I have a method which I am calling from onCreate( main thread). Inside the method I am calling one more method and a Runnable that calls the same method repeatedly. This is how it looks,
public void ...
1
vote
1answer
304 views
ios: Play sound outside the main thread
I made a simple app that plays an alarm when a certain noise level is exceeded. So therefore I have an AudioQueue that records sound and meters the level of the recorded sound (only importang code ...
1
vote
1answer
275 views
Playing OpenAL sounds from background thread
In my iOS app I wan't to play sounds using OpenAL. I have AudioManager class, responsible for sound-management (singleton). All sound sources & buffers are initialized when it is created (on the ...
1
vote
1answer
87 views
Stopping a clip from playing in the run
I am currently stuck at my project, currently I can play music, but I want to be able to swap song, that way I can make a difference between main menu theme, and game theme.
I have written ...
1
vote
0answers
54 views
AU crackling while new view is displayed
On iPhone, I'm using an AudioUnit as a tone generator. Works fine.
However, when I flip the view (turn the back side forward to display an info screen), during the transition the generated tone ...
1
vote
1answer
211 views
WPF application with real-time audio - how to manage process and thread priorities?
I have a good DirectSound and audio processing C++ dll library with C++/CLI wrapper. I am using this library with a WPF application. Everything works fine but there is one thing which bothers me and ...
1
vote
3answers
145 views
How to pass information into new Thread(..);
I playing a sound file, and I create a new thread every time the playSoundFile() method is called. I just need to know how to pass the information from the method call into run() within the thread, so ...
0
votes
1answer
22 views
Controlling the Sound of Audio
I am playing the sound in my App and sound still continue play even when App enter into background i want to control the Volume of that audio when it enter into background . Like in this APP example.I ...
0
votes
0answers
59 views
Android - changing priority of native threads?
I was wondering if it is possible to change priority of threads in native code, and if it has any effect in Android. From what I've heard, changing prio has no actual affect in the OS, but is it true?
...
0
votes
3answers
94 views
C#: Thread.Sleep Not working
I have a bit of code which is meant to show a form for a period of time and play a sound.
However the Form stays open.
static void Main(string[] args)
{
SoundPlayer sp = new ...
0
votes
2answers
86 views
Multiple AudioTracks, Single Thread or Multiple?
In my application, I will be creating multiple Audio Tracks, some of which will need to play simultaneously. I'm going to use MODE_STREAM and write data in as the app runs. Sounds are going to be ...
0
votes
0answers
54 views
How to play Clip in separated thread
This question is related to my previous one: Clip.stop() freeze for few seconds.
I found, that playing Clip in separated Thread may solve my problem with freezing application. So I've created class ...
0
votes
3answers
66 views
java multithreading
I am using netbeans 6.8 .If a sound file is playing, a button on the jframe wont work while the sound file is playing. The user should still be able to press the button while it is playing.
I tried ...
0
votes
1answer
189 views
Playing audio file in background (multitasking)
I have searched for many web sites in order to play my audio file even the home button on iPhone is pressed. And I have come up with the following:
path = [[NSBundle mainBundle] ...
0
votes
2answers
81 views
why i get this error when i stop playing an audio from button action listener(the audio ran from Thread)the whole code is inside
i ran an audio file inside my thread(this thread is an alarm)
this is the thread code :
public void waitForAlarm() {
waiter = new Thread(new Runnable() {
public void run() {
...
0
votes
4answers
148 views
Should I use threading programming for mixing 2 audio stream?
I'd like to write a program that capture audio stream from the microphone and in the same time mix this stream with a playing audio file.
I'm lookig for library, api, etc..etc... but my concern is ...
0
votes
0answers
126 views
Java's SourceDataLine acts funny in a seperate thread, should I be using a 3rd party library?
I have been trying to get SourceDataLine to play my audio in a seperate thread, but the behaviour has been erratic and random. Sometimes it'll play the whole clip and other times it will hang or stop ...
0
votes
2answers
113 views
How to keep a python script open while some C code executes some thread?
I am trying to add non-blocking audio I/O to pyAudio.
pyAudio relies on PortAudio to do audio I/O. To do non-blocking audio in PortAudio, you define a callback function when opening an audio stream. ...
0
votes
4answers
394 views
Determine when to close a sound-playing thread in Java
I am playing of a sound-file in Java, and is looking for a simple way to determine when the sound-file has finished playing so I can kill the thread. Is there a simple way to accomplish this?
0
votes
3answers
256 views
WinForms window created on worker thread not receiving all expected messages
I am playing back audio in C# using the waveOut functions with the callback method where messages are sent back to a window handle. I am creating a Windows Form with an overidden WndProc function to ...
0
votes
5answers
3k views
C# play a sound wait for it to finish then do something?
Hey I'm writing a windows forms application which is supposed to play a three sound files and at the end of each sound file it's to change the source of an image.
I can get it to play the sounds ...
-1
votes
2answers
100 views
Stopping sound from another class
I have played a sound in classA, and does anyone know how to stop it in classB?
I have read several posts already, most of them just mention about creating an instance (i.e. things like Class A *a ...