Tagged Questions

0
votes
1answer
19 views

How do I add sounds to a storyboard in wpf?

Is it even possible?
0
votes
1answer
26 views

play sound while sliding finger on iphone

hi, i like to add the function playing sounds when either sliding fingers on the surface to my iphone app. the sounds are playing now only when pushing buttons. i suppose this works with TouchesMoved, …
0
votes
0answers
11 views

Play sound during standby on windows mobile?

I got an app which is started on a notify timer (which works on time, it writes into a debug log file). This app should play a sound, but since the device is on standby, no sound is played. I'd …
0
votes
1answer
11 views

How do I change the default sounds for the calendar warning function in CE 5.0?

I have an old Moto Q that I would like to change the default alarm sound in the Calendar function. Right now, it seems to pick up the Alarm4.mid file in the Windows directory, which is embedded in …
1
vote
4answers
326 views

How do you play music with javascript?

On the new Palm Pre everything is done via javascript etc. you can even use the camera and as I have heard play music. Is the second part also true for the desktop or is it a special webos/mojo …
0
votes
2answers
110 views

i try to import a sound in my flash game. It shows “one or more files were not imported because there were problems reading them”. Help me

i try to import a sound in my flash game. It shows "one or more files were not imported because there were problems reading them". Help me
9
votes
12answers
528 views

Where do you get your application sounds from?

Specifically for prompts, message boxes etc. Thanks
3
votes
2answers
221 views

How do I play the “New Mail” system sound in .Net?

How do I play the "New Mail" system sound in C#? This is also called the "Notify" sound. In Win32, that would be something like sndPlaySound('Notify', (SND_ALIAS or SND_ASYNC)); So how do you do …
0
votes
3answers
101 views

Which format has an audio stream before reaching the soundcard?

I want to manipulate an audio stream before it gets to the soundcard. So I wanna use the sAPOs from Microsoft to manipulate the audiostream in the audio engine (vista audio architecture). My basic …
1
vote
1answer
97 views

Why won’t Silverlight sounds play on some computers?

My Silverlight app successfully plays a repeating alert sound every ten seconds on a number of my own computers. One of my clients hears no sounds. I was just on the phone with him and verified that …
0
votes
1answer
72 views

SoundEngine click sound

Hi, I am using SoundEngine from CrashLanding to play some sounds. each sound has 1 second and is to be played when a button is clicked. If you click the button just one, everything is fine. But if …
1
vote
3answers
215 views

SystemSounds Play not working

I am trying to play the Asterisk system sound from a C# program with System.Media.SystemSounds.Asterisk.Play(); but no sound plays. My system does have a sound set up for Asterisk and other …
3
votes
1answer
307 views

Adding my own application events in Control Panel -> Sounds…

I have just read this question and I really loved this answer to the question. Naturally, an interesting question popped in my head... How to add my own events (of my own applications) in the Control …