Get All Sound Devices

Jan 10, 2011

i 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 Replies


ADVERTISEMENT

VS 2010 Using 3 Or More Sound Outputs Or Multiple Sound Devices

Jul 21, 2011

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.

[Code]...

View 1 Replies

Using 3 Or More Sound Outputs Or Multiple Sound Devices

Jul 21, 2011

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 Replies

Capture Sound - Using Mcisendstring Function But The Sound Quality, Is Poor?

Jun 20, 2011

I 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 Replies

Play Another Sound (like A Beep) When Desired Without Stopping The Background Sound?

Apr 19, 2009

I 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 Replies

VS 2010 Adding Sound To A 3D Game / Finding A Sound Library?

Aug 24, 2011

I'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.

View 9 Replies

How To Save Sound They Make And Catshing A Sound Recorder

Aug 14, 2009

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 Replies

Get The Decibel Level Of Sound Being Sent To The Sound Card?

Apr 15, 2010

I 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 Replies

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?

Apr 17, 2009

I 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]....

View 14 Replies

Direction For Sound Through Sound Card?

May 27, 2011

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 Replies

How To Record Sound From Sound Card

Dec 18, 2011

how to record sound from sound card ?

View 1 Replies

VS 2005 Disable The Sound Card And Enable The Sound Card By Using Command Button?

Jun 27, 2011

i have windows app i want to disable the sound card and enable the sound card by using command button

View 2 Replies

List Name Of All Connected Devices On Lan?

Oct 28, 2010

i 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 Replies

Add Support For MTP Based Devices?

Apr 3, 2007

I'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]...

View 1 Replies

Detect Special Usb Devices?

May 17, 2011

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 Replies

Error While Ejecting USB Devices

Dec 10, 2009

I 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]...

View 3 Replies

Get A List Of Bluetooth Devices?

Jun 27, 2010

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 Replies

Get Devices Name From Device Manager?

Jan 24, 2012

I want to show a list of devices attach to system same like Device Manager tree.

View 3 Replies

HID Compatible Devices/raw Input?

Jan 11, 2012

All 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

View 10 Replies

Send Sms Using Bluetooth Devices?

Sep 28, 2011

How to create code and send sms in vb.net using bluetooth devices..

View 2 Replies

VS 2010 List COM Devices?

Nov 5, 2010

I 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 Replies

Detection Of Insertion And Removal Of USB Devices?

Nov 22, 2006

I 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 Replies

Enable/disable System Devices?

Aug 18, 2009

How 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 Replies

Forms :: Hide Hidden Devices

Dec 9, 2009

Been 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...]

View 8 Replies

Get The Names Of The USB Devices Attached To A Computer?

Jun 9, 2012

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?

View 11 Replies

Getting Two Game Devices Working With DirectInput?

Nov 9, 2009

Getting two game devices working with DirectInput

View 2 Replies

How To Begin Programming Of Smart Devices

Aug 17, 2009

anyone 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 Replies

How To Send Email To Mobile Devices

Jul 5, 2011

I wanna to no how to send email to mobile advice?

View 5 Replies

Remote Automation Control For Two Devices?

Jan 22, 2010

I 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.

View 2 Replies

Send A PIN Message To BlackBerry Devices?

Mar 24, 2011

Get the code of how to Send a PIN message to BlackBerry devices?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved