80 Topics

Member Avatar for
Member Avatar for SoftBa

Hi, I'm using WindowsForm and I want to pass throu all textboxes with Enter (like using Tab). This code do things I want Private Sub Form6_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Enter Then Me.SelectNextControl(Me.ActiveControl, True, True, True, False) End If End Sub However, hitting Enter, …

Member Avatar for rproffitt
0
131
Member Avatar for spyros.lois

My microphone is vislible and shown as default in sound settings but the windows sound recorder does not work "An audio recording device was not found" and Skype echo voice test does not work.

Member Avatar for rproffitt
0
325
Member Avatar for gotschai

hi, I am fighting around with setting a property on sound device via registry edit. I know its located at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{ab701278-c48d-41cd-b68c-8466465f06e4}\FxProperties] i found that the setting is "{fc52a749-4be9-4510-896e-966ba6525980},3"=hex:0b,00,8f,f0,01,00,00,00,ff,ff,00,00 what changes is ff,ff to 00,00, that is ok, but also the 3rd, and 4th value change, but i did not discover …

Member Avatar for gotschai
0
709
Member Avatar for Aeonix

I know that it's possible for speakers to repeat whatever sound comes into microphone. But, now I'm thinking. When I speak on Skype/TeamSpeak (VoIP software), would it be possible for me, to select audiofile and play it as if it was sent through microphone? To send music through my "microphone" …

0
199
Member Avatar for Reverend Jim

I use Skype frequently for voip. After I reboot, and for an indefinite time after, everything works fine. But eventually my microphone (Dell built-in) stops working. The party at the other end no longer hears me. It's not just Skype. Windows Sound Recorder doesn't pick up anything. Neither does Audacity. …

Member Avatar for Reverend Jim
0
503
Member Avatar for janda5

I have really enjoyed watching and listening to videos on YouTube for many years. But today when I went to the web site I couldn't get any sound when I was trying to listen to Susan Boyle sing. I even tried a Walter Cronkite video and couldn't hear anything. I …

Member Avatar for Warrens80
0
194
Member Avatar for vegaseat
Member Avatar for juanpa_2510
2
2K
Member Avatar for BibhutiAlmighty

how can i stop looping sound in c# (visual studio) if (ConditionTrue) { SoundPlayer simpleSound = new SoundPlayer(@"C:\Users\BIB HUTI\Desktop\beep.wav"); simpleSound.Play(); } // it keeps playing and never stops.

Member Avatar for BibhutiAlmighty
0
187
Member Avatar for Danniboy

Hi Guys, I have just finished setting up a brilliant space in which we have a large TV with the following connected to it: PC, Nintendo Wii, Playstation 3, Xbox 360, Windows 8.1 Laptop, The only thing missing, is that I am currently using just the basic inbuild TV speakers, …

Member Avatar for rubberman
0
303
Member Avatar for tamim.dari.5

I have an ubuntu and a windows computer. My ubuntu can detect and play sound from my ES1938/ES1948/ES1969 solo-1 audio driv but windows can't. So I was wondering what to do now?how can I install driver? I am using windows 8

Member Avatar for Khaled_5
0
227
Member Avatar for Rizi004

Hello everyone I have preloaded the sounds in javascript array and then make audio object and pass the src from the array and this is working perfetly fine on local system but when we upload on server it says HTTP Error 404.3 - Not Found. How i can add Mime …

0
151
Member Avatar for vegaseat
Member Avatar for vegaseat
Member Avatar for xchris

Hello I'm new to programming and I'm trying to make a java application that will "hear" (not record necessarily) the sound and display how loud is.I'm thinking of converting the sound recordings to numbers,so I can see the difference on the sound levels.I got this code and I added the …

Member Avatar for xchris
0
1K
Member Avatar for mutago

This chat sound notification script works on Internet Explorer, Safari and google chrome. But does not work on mozila firefox. can someone help me to fix that or an alternative that can work in all browsers <html><head></head> <script type="text/javascript"> var soundObject = null; function PlaySound() { if (soundObject != null) …

Member Avatar for LastMitch
0
424
Member Avatar for satnav_8

Here is what I'm trying to do: * Take input with scanf() * Pass input to function * Beep frequency associated with input I have notes defined, e.g `const in C5 = 523.25;` I want the user to be able to input "C5", and have the computer beep at a …

Member Avatar for Ancient Dragon
0
385
Member Avatar for joshl_1995

Hello Community, I was trying to play music throught my iPod dock with my new iPod (5th gen). The sound only comes throught the iPod and not the stereo.

Member Avatar for joshl_1995
0
339
Member Avatar for vegaseat

Uses the PySide GUI toolkit's QtMultimedia module to play a specified sound. You can change frequency/pitch and volume of the sine wave.

2
1K
Member Avatar for vegaseat

This code snppet uses the wx.lib.filebrowsebutton.FileBrowseButton widget to pick a file, in this case a '.wav' sound file, and plays it with the wx.Sound widget.

Member Avatar for vegaseat
1
1K
Member Avatar for digifort

I am a beginner at Assembly. I am trying to make a DDR like game. Can someone please help me call the audio (SONG1 PROC) properly in the play window alongside with the graphics? The graphics are messed up whenever I try to call the audio. I cannot post the …

0
203
Member Avatar for developer707

Hello to everyone I am a begginer in VB6. My project consist just on a form and a web object, the problem is that I want to dissable the sound that make the application when I click on links. Can someone help me?! Plese write the code here because I …

Member Avatar for TnTinMN
0
319
Member Avatar for Tara.Pridy

I cannot click on most links the regular way since my kids played games on my computer. I can right click and hit open. When I click on most links, nothing but a muted beep sound happens. I went to TOOL: Internet Options: Advanced: Restore Advanced Settings, didn't work. Windows …

Member Avatar for extr3mex
0
182
Member Avatar for kedxu

I'm probably doing this wrong, because there has to be a way to do this. Here is my current code: import javax.sound.sampled.*; public class soundHandler{ soundHandler() { } public void newSound(String sound) { new soundThread(sound).start(); } } class soundThread extends Thread { String soundName; Clip clip = null; soundThread(String i_soundName) …

Member Avatar for ~s.o.s~
0
366
Member Avatar for kedxu

**Background**: I have some experience in programming, but it's not a lot and not very good. I'm taking my first Java class this year, but because the pace is so slow I decided to just learn with the aid of the internet. This is how I have learned most of …

Member Avatar for kedxu
0
374
Member Avatar for jaimasani

Recently I had a new motherboard installed to replace my old one that overheated. The new motherboard is a MSI H55M-E23 that has an Intel core i5 650 chipset installed. After getting all the drivers to work, I then installed my old XFX Geforce 9500 gt (512mb gddr3) in the …

Member Avatar for jaimasani
0
303
Member Avatar for borchu

Hello everyone, I have question about how AudioTrack instance should be used for streaming applications. Below my code example and some brief explation about code ... /* some work before */ InputStream in = client.getInputStream(); AudioTrack output_stream = new AudioTrack(AudioManager.STREAM_MUSIC, 8000, AudioFormat.CHANNEL_CONFIGURATION_MONO, AudioFormat.ENCODING_PCM_8BIT, 8192, AudioTrack.MODE_STREAM); byte[] buffer = new byte[8192]; …

Member Avatar for borchu
0
520
Member Avatar for borchu

Hello again, I have been posting consecutively in these days nearly same topics, actually I am intern at a sofware company and our company ask to perform the proof of conception about sending voice call -at the beginning- and finally video calls, like walkie talkie application; as you have already …

Member Avatar for borchu
0
240
Member Avatar for dostogirhasan

Laptop is not starting windows. A sound from motherboard is coming. Screen is black. What can I do?

Member Avatar for ben.matthews18
0
164
Member Avatar for Djmann1013

Hi, I am trying to make a sound play on a keypress in php. I want it to sound when the user presses the enter button. But I have been having no luck with JavaScript, among others. I would be glad if you helped. Thanks.

Member Avatar for Djmann1013
0
222
Member Avatar for Cheesecakelover

Hello everyone, I've been cruising around the net for some help, then I found this forum. Hope some developer guys can help me on this. I'm working on my own softphone application, but kind of bumping into some trouble when I try to play a sound file (mp3) into the …

0
210

The End.