0
votes
0answers
24 views
Distorted Sound [closed]
I have my laptop hooked up to my receiver for sound output. I hear a hissing/crackling background sound that is really loud and hard to just ignore (but possible). When my 360 is …
-1
votes
0answers
36 views
Windows 7 doesnt have any sound [closed]
I have new windows 7 installed in my PC (not pirated) but there is no sound .
I dont even know where to check whether it has been muted. Please advice?
1
vote
4answers
57 views
Adding a sliding sound to a website
I would like to add an unusual feature to a website that would allow the user to play a sound...a single sampled note. When the user moves a slider control the sound would go up or …
1
vote
2answers
72 views
Any good C/C++ DSP library?
Which DSP library in C/C++ would you recommend? I will need it for real-time embedded systems. It'd be great to have sound signal processing accompany too, but not a mandatory. If …
0
votes
1answer
45 views
Flash / actionscript 3 sound delay.
Hey.
Im working on a flash project where I am loading multiple sounds from external files. The problem is that when I play them within my project there is a small delay from when …
0
votes
2answers
19 views
Need a little help with sound in a JApplet
I am working on a solitaire game in Java, and i need to implement sound when the desk is shuffled, card flipped, etc. I used the following sites as reference to try and get it to …
0
votes
2answers
28 views
Java Applet play sound file has a different effect than Windows Media Player ?
I have a Java program that auto dials phone numbers, it can generate sounds to mimic phone keypads, works fine for normal calls, but I encountered a problem when it comes to callin …
0
votes
1answer
30 views
Java Sound API to access the system/master volume control in Vista and Win 7
History & Situation:
I'm currently working on updating a Java application that was developed for a client several years ago (to run on WinXP) and is used for testing and train …
0
votes
1answer
30 views
Java Class AudioFormat: Byte ordering
Hi,
I'm working with java, trying to use the AudioFormat Class. I have the following piece of code:
AudioFormat Baseformat = input.getFormat();
AudioFormat Finalformat = new Au …
2
votes
2answers
39 views
How to disable Click Sound using a WebBrowser element in C Sharp?
I have an event when fired does this:
htmlView.DocumentText = contentArea.Text;
The problem is this event is fired a lot and I get that annoying IE "click noise". I've seen a so …
0
votes
1answer
35 views
Is the sound library WINMM.DLL found in every Windows Installation?
I'm making a little open source mp3 player for people to see the code, etc. Proper comments, examples and what not.
I was wondering though, is the winmm.dll library found in every …
6
votes
7answers
327 views
Is it possible to generate complex tones in C#?
I need to create a sound containing tones of many different frequencies. Is there any way to do this in C#?
The only tone generating methods I've seen so far involve console.beep, …
3
votes
2answers
50 views
How to control sound in a pure DHTML game
I am looking into writing web based games using just Javascript, HTML, and CSS. It seems like there are large classes of games could be done using these technologies, except for o …
-1
votes
0answers
97 views
Macro that disable / enable sound device in Windows 7
What should I use to program that kind of Macro ?
1
vote
2answers
42 views
So I want to make a basic music visualizer in C# as practice. Is there a library that lets me handle sound files easily in C#?
What is a sound library I can use to easily manipulate sound files (mp3, ogg, wav, etc.).
I'm doing this as a leasure project and as such I'm more than willing to read a bit becau …
