The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

Play a loaded file in javascript

I'm trying to load a file from the user and want to play it with javascript. The file is loaded correctly, and I can access it seeing the name, the type and so on, with the FileList API. What I ...
5
votes
3answers
88 views

how do i make my code sound an alarm when it finishes running?

I am in a situation where my code takes extremely long to run and I don't want to be staring at it all the time but want to know when it is done. How can I make the (python) code sort of sound an ...
-1
votes
0answers
21 views

Control Panel Sound Device Operations [closed]

On my Windows 8 PC i have connected a Bluetooth headset. On Control Panel->Sounds I can see (among several others) the two Bluetooth devices, one is Headset (Hands-free) and the other Headphones ...
1
vote
1answer
37 views

Keep playing a sound over and over again in Matlab?

I'm trying to create a MATLAB program to play a sound over and over again every couple of minutes. Right now I have it set to play every couple of seconds, just to get some bugs out of the system. ...
0
votes
1answer
32 views

stopping an embedded sound in as3

My sound is embedded in as Assets class [Embed(source="../../assets/gameloop.mp3")] private static var gameLoopSound:Class; public static var gameLoop:Sound; The sound is played in ...
0
votes
3answers
86 views

Play a sound in vb

Okay, so I have nearly perfected a game called lucky 7 using visual studio 2010. I want to play a sound when I have won the game (got 7 on one of the three slots). Here is the code: Private Sub ...
1
vote
1answer
35 views

Generate sound/beep in fortran 90/95

I need to generate a sound in fortran when my run ends. I need something similar to "\a" or Beep(,) that are used in c++. Thanks
1
vote
1answer
52 views

How to play sounds loaded on the fly

I trying to make a tool for the sound designer of my group that would allow him to hear his sound file played in Unity. Check if it's loadable Check if the volume is right Check if loops properly ...
0
votes
0answers
19 views

Malay Language Sound Library Packages

I want to develop Malay text to speech system in vb.net,but the problem is i can not get any information and source about the malay sound library package. I can find out the Chinese, but can not find ...
1
vote
1answer
48 views

android how to get the statue of phone whether it is playing a sound file

I worked with my project with these problems. a user make a new task A and set the alarm, then he make another new task B in the same time and also set the alarm. When the alarm for task A come up,the ...
0
votes
2answers
68 views

Android, repeat an action over a specified time period

I have the following "if condition" from accelerometer values and when the device is flat a beep sound is being played continuously. I can not figure out how can I make this sound to be repeated over ...
0
votes
1answer
54 views

UILocalNotification sound settings in iPad simulator

I'm testing my app on iPad simulator. But have some problem with notification sound play. Notification sound would be played When the app is running on foreground, but not on background. It shows a ...
1
vote
0answers
76 views

iPhone - Playing sound when device locked/silent mode but allow apple alarm to sound

I have an app called Light Alarm that plays different sounds as the alarm approaches. I have always used the following code: UInt32 category = kAudioSessionCategory_MediaPlayback; ...
2
votes
1answer
64 views

MediaElement causes audible clicks

I'm developing a game, a Windows Store App based on XAML (not DirectX). To play sound effects (WAV files), I use the MediaElement. For every sound effect there is one (or several) MediaElement(s) that ...
0
votes
1answer
43 views

Asterisk ivr audio not playing for couple of seconds

I have a arm machine with asterisk 1.8 and free pbx 2.10 gui. I have an ivrsetup for incoming calls and sometimes the audio of the recording works great. At times though I can't hear anything for 5-10 ...
1
vote
2answers
83 views

How to stop sound in the middle of playing

I'm trying to write a bit of code that plays a sound while a buttons pressed however if the button has been pressed and the sound is playing then the sound is paused and played again rather then just ...
4
votes
1answer
689 views

How does Shazam / soundhound work? [closed]

I am interested in how does shazam or soundhound work. How does it record a voice and makes a fingerprint that is so simmilar to their database of fingerprints that it finds a match? I am about to ...
0
votes
1answer
35 views

how to pause and play sound

Hey all I want to play a sound. I issue a c command and it plays the sound, then the user presses a key, let's say "h" and then the sound stops for 5 seconds, and returns after 5 seconds. What c ...
0
votes
0answers
128 views

Sounds won't play absolutely together with mciSendString and winmm.dll

Last post I asked for help with playing 2+ files together in C#. I found a way with winmm.dll with the mciSendString function. My problem is that the files won't play 100% together all the time - ...
5
votes
1answer
190 views

IOS system sounds with custom audio sessions

I have an iOS application that plays different audio effects and records audio at the same time. The purpose of the application is currently not important, but I'm having problems with stock iOS audio ...
0
votes
1answer
171 views

android MediaStore.Audio.Media.RECORD_SOUND_ACTION: no activity found to handle intent

I try to record sound. I use Intent to record sound. But on one device MediaStore.Audio.Media.RECORD_SOUND_ACTION returns error: This is my code: Intent intent = new ...
0
votes
0answers
101 views

MediaPlayer don't work well int WPF

I have a very strange problem with MediaPlayer in WPF. The player is set in the main window consturctor, its works fine, but if I put it in some timer or inside a method its just dont work! The ...
0
votes
0answers
27 views

Playing 2 sounds with AVAudioPlayer without sleep();

I have this 2 sounds playing in a scrollview using AVAudioPlayer. The problem is that the sleep() is creating lags and I need an alternative to playing two sounds one after the other more easily ...
0
votes
1answer
82 views

On click button sounds

I have looked through all visible threads on this, and I have tried to make it work, but it just doesn't. All of the threads I have seen involve some sort of .raw file that I've never seen before... ...
1
vote
0answers
108 views

Pyglet, player, next song

I'm trying to play songs in Python 3 via pyglet. I can play and stop a song, but when I try to play the next song it produces an error. I followed these instructions. I will do the program in tkinter. ...
0
votes
0answers
12 views

Writing Programs that Respond to Hotkeys

I am not looking for someone to do this for me, I really wnt to do it on my own. I think it will be a great project for someone that is at my level of programming. I own multiple PC's and always loved ...
0
votes
0answers
91 views

iOS menu navigation sound effect [closed]

I am looking to include some subtle and minimalist sound effects within the menu navigation of an iOS application however I having hard time finding any sound effects worth considering does anyone ...
0
votes
0answers
57 views

WP8 emulator “jumpy” on sounds

Background I have a simple app that is supposed to play 2 sounds, one after another. The problem On the windows phone8 emulator, I keep getting the first sound being cut in the middle, and ...
1
vote
1answer
147 views

Android Sound not playing in splash screen

Im having troubles with playing sound while the splash screen shows. Ive created the "raw" directory under "res" directory and put the droid.mp3 file there (around 150Kb). This is the code of the ...
1
vote
2answers
35 views

Sound and Image files coming up null

I am writing a game for a class and having trouble adding sound and images. We were given the framework from Andrew Davison's Killer Game Programming book to work with, and I feel like I am copying it ...
0
votes
1answer
201 views

Stop Sounds When Leaving Frame! FLASH AS3

I want the background sounds to stop when the user clicks on the next frame, how would this work out? The code i'm using is: var req4:URLRequest = new URLRequest("TickTock.mp3"); var ...
0
votes
1answer
58 views

Wierd sounds & beeping when rendering with vbo

im using C# and Opentk to render voxels, i used display list which were fine but slow, so i switched to VBO, since then every time im rendering something with vbo, there are wierd sounds and beeping ...
0
votes
1answer
33 views

Sound Tracking in Android

Android application Sound Track is doing some following job. Listen the song/sound track Search the track from server Provide full detail about the track like movie name, album name, singer etc My ...
0
votes
1answer
154 views

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error

I faced this problem with Android but I solved! But in IOS it's not working and I spent more than 1 day tried to solve it. I traced everything in folder and its give me the path correctly but when I ...
0
votes
1answer
67 views

Calculate rotation respective of mp3 length

Im trying to create a set of turntables, I have successfully loaded an mp3 and can play it, Now in my turntable movieclip I have another movieclip for the arm which I can alter the rotation of easily. ...
0
votes
2answers
448 views

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error

Good Day, I working in Android/IOS App using AIR 3.5. In this project I download ZIP file and extracted in specific folder, after that I using the assets ( IMG, XML and Sounds), everything work fine ...
0
votes
0answers
34 views

Adding sounds to Current iOS events

I have asked around, especially more of the jailbreaking-scene sites as to plist editing or file modding. What I'm wanting to accomplish is adding sounds for events that currently don't support them. ...
1
vote
4answers
201 views

Play a javascript sound file without a delay

I have a HTML5 canvas game with sounds, but one of the problems that I am running into is that when the sound is played, all other action stops until the sound has finished playing. I used this code ...
1
vote
1answer
69 views

Playing sounds in Javascript

I am playing a sound through javascript with this code var snd = new Audio("flip.mp3"); // buffers automatically when created snd.play(); All is well, but I want to play the sound lots of times, ...
0
votes
1answer
142 views

Get Android audio stream

I want to create Android application, which will record all audio from the device speakers. For example somebody is watching youtube video on the phone and he will be able to save sound from it, using ...
0
votes
1answer
81 views

Playing sounds in sequence with SimpleAudioEngine

I'm building an iOS app with cocos2d 2, and I'm using SimpleAudioEngine to play some effects. Is there a way to sequence multiple sounds to be played after the previous sound is complete? For ...
1
vote
2answers
187 views

Playing sound from a byte[] array

I've recieved a byte array from the server and I know that connects and sends perfectly. It's when I try and play the sound from the byte array. Here's what I have to play the sound. SourceDataLine ...
0
votes
0answers
20 views

How can I detect sound out put from my Sound card.?

I need to check if any thing is playing any sounds on my computer. How to do this using c# code?
0
votes
1answer
48 views

Overriding the default click noise?

By default, on my phone, clicking on apps, widgets, home button, etc makes a click noise. How do I override that click noise in a widget? I have a widget that plays a noise on click but right now it ...
0
votes
0answers
43 views

kubuntu - xonar dx and sound quality/effects, 2.1 system

I have a xonar dx sound card on my kubuntu 12.04 x64. In windows 7 I use the software from here http://brainbit.wordpress.com/category/uni-xonar/ to edit sound quality and other things like dolby pro ...
0
votes
2answers
74 views

Use of 'this' in an event

I need to retrieve some property of an element that trigger the event in this context: SoundEffect alarm; public MainPage() { InitializeComponent(); Pad1.MouseLeftButtonUp += ...
0
votes
0answers
68 views

Issue : Sound mixing using OpenAL

These days I'm working with sound generation application using OpenAL. In this application I used set of sound sources and each sound node assign different sound file. All are fine without one thing. ...
0
votes
0answers
121 views

Can't locate files from raw folder

I added some mp3 files in my raw folder using drag and drop. But I can't locate them when using R.raw... code. I don't know why. My filenames are all letters and no spaces. Here is a printscreen of ...
0
votes
1answer
172 views

Android change Alarm sound

So I have an Alarm application which sets alarms. I have a very simple Service AlarmReceiver to get the alarm and do some action : public class AlarmReceiver extends Service{ @Override ...
1
vote
0answers
104 views

JLayer multiple sounds at the same time

I'm having some trouble using JLayer for playing multiple sounds. I tried the forums, but they seem to be down at the moment. I'm using this piece of code for testing: public void playSound() { ...

1 2 3 4 5 7