Get All Sound Devices
Jan 10, 2011i need to get all sound device on pc as input and output after that i want to create a comobox to make the user select once of sound device
View 6 Repliesi need to get all sound device on pc as input and output after that i want to create a comobox to make the user select once of sound device
View 6 RepliesI'm creating an application that will have 3 streams of audio. I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance. However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre. An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.
[Code]...
I'm creating an application that will have 3 streams of audio.I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance.However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre.An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.I've been searching the net for 2 days now trying to find a solution, but have so far been unsuccessful. I've tried a few alternative libs such as DirectShow.Net, DirectSound, BASS.Net, QuickTime and OpenTK.Some of them do what I need to do, but they are either too difficult to use and therefore impractical or they are missing some other essential features such as Events which are required to make the rest of the application work. Would anyone oppose to me posting this same thread on other forums?I will of course post a solution if one is found elsewhere without advertising external websites.
View 4 RepliesI have a question about of capture sound function, someone have a code example for visual basic 2010 in windows 7?, I tried using mcisendstring function but the sound quality, is poor.
View 5 RepliesI have background sound loop with the My.Computer.Audio and it works fine. I want to play another sound (like a beep) when desired without stopping the background sound. Several examples I have found don't seem to work. I am in VB.NET 2008 Professional.
View 8 RepliesI'm ready to start adding sound to a 3D game and I'm looking for a decent Free library.it would not require DX and be something like:
dim MySound as SoundLib.Sound
MySound = SoundLib.LoadSound("soundfile.wav")
SoundLib.Play3DWorld(Location.X, Location.Y, Location.Z, VolumeModifier, MySound)so far all Im finding is expensive, C#, old, or not .NET compatible.
im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find
View 1 RepliesI need to get the decibel level of sound being sent to the sound card (not the actual sound level the speakers are instructed to emit via volume level)There is next to no information i can find on the net to even access sound data. Could anyone point me in a direction for this? The OS will be vista/7.
View 2 RepliesI am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
Is there a way to generate a pure tone (e.g. 440 Hz) for a specified period of time through the sound card without using having to find or make a separate .wav file for each tone.I tried using the "Beep" function, but while it produces the tone for a specified period, it sounds broken up into a (probably 500ms) time frame which repeats with an audible space between the repetitions.
View 2 Replieshow to record sound from sound card ?
View 1 Repliesi have windows app i want to disable the sound card and enable the sound card by using command button
View 2 Repliesi am trying to enumerate all IPs on my local network, but i am not having any luck. The only thing i have came up with so far is a really tedius "get my own ip and scan the subnet with pings" which surely isn't the best way? I am really only trying to get the ip of a tivo box, and i can determine it's a tivo by mac address or name. My router lists the "computer name" of the tivos as a long string of numbers with the prefix "tivo".What about broadcasting a ping packet? I could also attempt to connect with telnet to port 31339 on every one of them.
View 8 RepliesI'm writing a media management tool and want to add support for MTP based devices.I've been reading through the SDK docs and with the help of some C# examples have managed to make a start on getting some VB code working.
I've come across a few anomolies that I hope someone can help me with!In the examples IPortableDeviceManager.GetDevice appears in C# to receive a string array. But in VB.NET it appears to only receive a string. I have a similar issue with IPortableDeviceManager.GetDeviceFriendlyName which according to the C# samples appears to receive a char array, whereas in VB.NET it is accepting a UShort.
[Code]...
i have a question about detecting some usb devices. I use two different usb devices : Safenet HASP and Maxim iButton.Is it possible to detect that these usb devices are connected.
View 1 RepliesI am having trouble ejecting the USB device. It gives an error saying " The device cannot be stopped right now. Try stopping the device later" To duplicate the problem, I created a very simple application with two forms. Form 1 has a button to the Form 2.
[Code]...
got a good sample of using VB to get a list of Bluetooth devices? And to maybe send and receive a file.Also, I'm using VS2005. Is there any better Bluetooth resources available if I upgrade to VS2010?
View 6 RepliesI want to show a list of devices attach to system same like Device Manager tree.
View 3 RepliesAll I was able to figure out is a decleration for GetRawInputDeviceList which atm isn't working for me, I tried passing lots of different values in to get something to work, i've got outputs of -1, 0, and 1 from it but I use a mouse/keyboard & also have a controller hooked up...I also am not retrieving any information on what type of device(s) that might be hooked up/detected.The deceleration types & the like may be off but I translated from C++ code.
Declare Function GetRawInputDeviceList Lib "user32.dll" (ByVal pRawInputDeviceList As IntPtr, ByRef puiNumDevices As Int32, ByVal cbSize As Int32) As Int32
How to create code and send sms in vb.net using bluetooth devices..
View 2 RepliesI want to make program I want to make a program and I need the user to choose a com device to connect to it I made a drop down box but I want to put devices in it
View 7 RepliesI am having problem with my FYP that my application is based on the detection of Insertion and Removal of a device. I am aware that this would happen using Win32_VolumeChangeEvent class or WMI. (Please notify me if I am wrong). Kindly solve this problem and send the code for Console Application in VB.NET. Please do not send code in any script language or C#. Also to get the device information.
View 6 RepliesHow do I go about enabling or disabling a system device as its done in Device Manager?On the right click / Properties menu there is the option " Device Usage "
View 3 RepliesBeen a long time since my last thread but here we go.I'm using VS.NET 2010 Prof Beta at the moment and I'm trying to list all Nic Cards and their settings into a text box. I succeeded with a script from the web (which had an error in the first place) and some adjustments to it.
It lists all hidden devices too (as to be shown in Device manager: Show hidden devices) I worked my way around it and let it jump to next if it doesn't have a IP address, but I find this a bit clumsy and want to really skip them if they are hidden and not just the way I did this now.
Plus it still does show the same NiC (different name, same MAC#) in the list because it has an IP, but in Device manager this one is hidden.[code...]
I am trying to get the names of the USB devices attached to a computer. I saw system.management would do what I need, but. It says its not defined and I cannot find system.management as a refrence.
I am building in VB2008. Can some one point me in the right direction?
Getting two game devices working with DirectInput
View 2 Repliesanyone out there assist me with a basic tutorial on how to begin programming of smart devices?What can I do with the Microsoft SDK?
View 1 RepliesI wanna to no how to send email to mobile advice?
View 5 RepliesI have 2 devices
An old IPAQ Pocket PC that runs Windows Mobile 4.2
A Mini-ITX PC Running XP
My IPAQ connects to my network via wireless. My Mini-ITX PC is going to have an IR-Blaster setup which is going to control all my devices. What I would like to do is create a small controller program that runs on my IPAQ and a back end program on my Mini-ITX PC, so that when a particular control is selected on my IPAQ it sends the signal to my program on the Mini-ITX PC which inturns sends the correct IR signal to the device in question.
Get the code of how to Send a PIN message to BlackBerry devices?
View 3 Replies