Windows programming

Moderators: None (Apply to moderate this forum)
Number of threads: 3670
Number of posts: 9122

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
A question of sound Posted by El Gran Bicho on 25 Jan 2001 at 4:42 PM
is there anyone who know how's to get a hold of the master sound mixer under windows? i need to be able to read sound that is coming in such as from a microphone. i don't need to save it in a file, i need to stream it and analyze it on the fly. any ideas?


Edit Report
Re: A question of sound Posted by Sunlight on 27 Jan 2001 at 9:34 AM
: is there anyone who know how's to get a hold of the master sound mixer under windows? i need to be able to read sound that is coming in such as from a microphone. i don't need to save it in a file, i need to stream it and analyze it on the fly. any ideas?

Use DirectSoundCapture.
--
Sunlight

Edit Report
Re: A question of sound Posted by El Gran Bicho on 28 Jan 2001 at 6:10 PM
i know how to do it under directX but i am trying to do it using only the win32 services. i want this thing to run on NT and 9x.
thanks anyway.

-Lando

Edit Report
Re: A question of sound Posted by Sunlight on 29 Jan 2001 at 10:37 AM
: i know how to do it under directX but i am trying to do it using only the win32 services. i want this thing to run on NT and 9x.

Why NT 4? It's not as if we haven't had Win2k for a year now. DirectSoundCapture is available on all versions of 9x and on 2000, and is available as an unsupported add-on for NT4, too.

Anyway, the other way is to use the low-level multimedia I/O services. Look up waveInOpen and go from there.
--
Sunlight

Edit Report
Re: A question of sound Posted by El Gran Bicho on 2 Feb 2001 at 5:58 PM
thanks :) so i guess i was on the right track. just one more question...what exactly are the mixerOpen, mixerClose and mixer* all about?

-Lando


Edit Report
Re: A question of sound Posted by Sunlight on 2 Feb 2001 at 8:31 PM
: thanks :) so i guess i was on the right track. just one more question...what exactly are the mixerOpen, mixerClose and mixer* all about?

They are for the mixer devices, used for selecting record inputs, record levels, playback levels, pan, et cetera. The Volume Control applet basically exposes all the mixer functionality.
--
Sunlight

Report
Re: A question of sound Posted by ultimage on 19 Jul 2001 at 6:41 AM
: : thanks :) so i guess i was on the right track. just one more question...what exactly are the mixerOpen, mixerClose and mixer* all about?
:
: They are for the mixer devices, used for selecting record inputs, record levels, playback levels, pan, et cetera. The Volume Control applet basically exposes all the mixer functionality.
: --
: Sunlight
:
ok, how do i mute the microphone using these mixer commands





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.