473,805 Members | 2,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Audio devices


Is there really no one here who knows how to get the different sound
devices available in your system as they are presented in soundmapper??

--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
Nov 20 '05 #1
5 2794
"Paul van der Heu" <pv**@xs4all.nl > schrieb

Is there really no one here who knows how to get the different sound
devices available in your system as they are presented in
soundmapper??


There is no built-in solution. I hope you'll find an answer in these
chapters:
http://msdn.microsoft.com/library/en...start_page.asp

Perhaps also required:
http://msdn.microsoft.com/library/en...anagedcode.asp

Possibly you'll get a simpler solution using WMI (which I don't know how to
use).

Or: Use DirectX, see the DX docs:
http://msdn.microsoft.com/library/en.../directx9m.asp
As managed docs are incomplete, you might only find it in the unmanaged
docs:
http://msdn.microsoft.com/library/en...irectx9cpp.asp
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
Hi,

Here is a link to a vb6 example.
http://www.shrinkwrapvb.com/mixer.htm

Ken
----------------
"Paul van der Heu" <pv**@xs4all.nl > wrote in message
news:Xn******** ************@19 4.134.2.2...

Is there really no one here who knows how to get the different sound
devices available in your system as they are presented in soundmapper??

--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot

Nov 20 '05 #3
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote :
http://www.shrinkwrapvb.com/mixer.htm


Thank you very much!!

--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
Nov 20 '05 #4
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote :
Here is a link to a vb6 example.
http://www.shrinkwrapvb.com/mixer.htm


I converted the VB6 project to VB.NET.. That is to say most of it.

As it is, the .NET code starts, but no cards are found.. If anyone wants to
take a peek please do, I have the original code and teh NET conversion
available at www.xs4all.nl/~pvdh/mixer.zip

--
Bill Gates can't guarantee Windows,
how are you gonna guarantee my safety..
--John Crichton - Farscape pilot
Nov 20 '05 #5
Paul van der Heu <pv**@xs4all.nl > wrote in message news:<Xn******* *************@1 94.134.2.2>...
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote :
Here is a link to a vb6 example.
http://www.shrinkwrapvb.com/mixer.htm


I converted the VB6 project to VB.NET.. That is to say most of it.

As it is, the .NET code starts, but no cards are found.. If anyone wants to
take a peek please do, I have the original code and teh NET conversion
available at www.xs4all.nl/~pvdh/mixer.zip

Hello!

I'am very interesting in your .net conversion of your mixer.zip but
your link is not working... I'am working on a similar project and it
will be very helpfull to have your mixer.zip project...

Thanks

Dom
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1989
by: Ken North | last post by:
During Software Development 2004, we recorded a panel discussion about software trends and the marriage of SQL, XML, web services and grid computing. The panel included: -Rick Cattell author and Distinguished Engineer, Sun Microsystems -Peter Coffee author and Technology Editor, eWEEK -Daniela Florescu co-editor of W3C specs, Senior Software Engineer, BEA -Jim Gray author and Distinguished Engineer,...
0
1135
by: Ken North | last post by:
During Software Development 2004, we recorded a panel discussion about software trends and the marriage of SQL, XML, web services and grid computing. The panel included: -Rick Cattell author and Distinguished Engineer, Sun Microsystems -Peter Coffee author and Technology Editor, eWEEK -Daniela Florescu co-editor of W3C specs, Senior Software Engineer, BEA -Jim Gray author and Distinguished Engineer,...
2
8158
by: Sagaert Johan | last post by:
Hi I can play a wave file through a p/invoke to winmm , but how can i play a wave file to a specific audio device if i have more then one audio device in my pc ? Johan
1
2161
by: JC | last post by:
Hi, I have to play a streaming audio. So in a thread I play audio as follow thread{ //some code for(;;){ //some code waveOutPrepareHeader(hwo, &(whdr), sizeof(WAVEHDR)); waveOutWrite(hwo, &(whdr), sizeof(WAVEHDR));
0
1307
by: Paul van der Heu | last post by:
I hope I've come to the right place..;^) For an app I am writing I need to create a list of available audio devices and display them in a combobox.. Displaying them is no problem, but I cannot find anything useful on how to get the names of the available devices through VB.NET.. As an example, my Audigy gives me 5 (virtual?) devices in soundmapper using the kXproject drivers:
2
2878
by: =?Utf-8?B?VGFtYXJpYQ==?= | last post by:
I have recently downloaded Service Pack 2. My Operating System is MS Windows XP, Home Edition, Version 2002 (now SP2). I am getting an error saying, "There are no audio output devices currently installed on your machine". Is there a fix for this or something that failed to download when I updated my machine to SP2? Please help.
0
1977
by: universe | last post by:
I am developing a web application in that I need to record audio, for that I am importing "winmm.dll" and using mciExecute function.(the following code is vb.net). If I have posted in irrelavent forum please let me know where should I post questions related to audio and video (for web development). Imports System.Runtime.InteropServices Imports Microsoft.VisualBasic Imports Microsoft.VisualBasic.Devices
2
2575
by: rihi | last post by:
I've reinstalled windows xp under device manager i have the yellow flag on the "multimedia audio controller" under "other devices." i have tried to reinstall the driver by clicking on the yellow item, but that has not worked. plz..HELP!!
0
1068
by: JoderCoder | last post by:
Is there a device class GUID for USB Audio devices? Like we have GUID_CLASS_USB_DEVICE foe all USB devices, but is there a specific audio USB devices GUID?
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10107
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.