.NET news » Multimedia Multimedia Rss Feed

A Synchronized Volume Control for your Application

In a forthcoming article I will be describing a DirectSound based Wave Player-Recorder, with some unusual features.

The GUI will include a simple volume control for playback. Since I wanted that control to be synchronized with the system Volume Control utility, I needed to use WinMM.DLL functions and I thought this interim article outlining how those functions are used, and showing in particular how such a control can be synchronized with the system Volume Control, might be of general interest.

16 Jan 2008, 14:17:00   Source: A Synchronized Volume Control for your Application   Tags: Multimedia Examples

Microsoft XNA: Ready for Prime Time?

How far can XNA take you in game development? Find out what seven experts in the game development industry have to say.
8 Oct 2007, 21:59:23   Source: Microsoft XNA: Ready for Prime Time?   Tags: Multimedia

Monitor Your Web Cam from a Remote Computer

We've offered a few solutions for working with web cams within .NET to create fun and intriguing monitoring applications. In this article, we extend those ideas so that web cam images can be shared with multiple clients over the Web.
31 Jan 2007, 16:21:16   Source: Monitor Your Web Cam from a Remote Computer   Tags: Multimedia

Turn Your PC Into a Motion Sensing Security Device with .NET

Thanks to new types of hardware that can easily be programmed using .NET, you can create a motion sensing application that can be deployed for security—or just for fun.

How To Control Robots (and Other Devices) with Your Voice

Learn how to build speech recognition applications that let you control devices using voice commands. This article shows how you can control a robot's movement with spoken commands.
16 Mar 2006, 14:24:24   Source: How To Control Robots (and Other Devices) with Your Voice   Tags: Multimedia

Get Your Hands on Better Multimedia Control in .NET

Playing audio and video is easier in version 2 of the framework, but the basic capabilities available still leave a lot to be desired. Fortunately, the free MediaPlayer component provided with this article demonstrates a more feature-rich solution to your multimedia needs—and it's compatible with all versions of the .NET Framework.
8 Mar 2006, 15:50:42   Source: Get Your Hands on Better Multimedia Control in .NET   Tags: Multimedia

Teach Your Old Web Cam New Tricks: Use Video Captures in Your .NET Applications

Just when you thought there wasn't anything new that you could do with a webcam, along comes this article, which shows you how to exploit the AVICap Windows class so you can integrate on-demand screen captures into your applications.

How to Build Grammars for Speech-enabled Applications

Speech-enabled applications require specialized grammars that clearly define the types of input they're expected to parse and understand. Find out how to build grammars by walking through the process of building a grammar for an order status retrieval system that lets callers retrieve orders by voice.
9 Jan 2006, 22:27:35   Source: How to Build Grammars for Speech-enabled Applications   Tags: Multimedia

Online Article: Multimedia Control

Online Article: Multimedia Control

If you've ever tried to find classes in the .NET Framework that allow you to play audio and video, you may have noticed the gaping hole where this functionality should be.If you think Microsoft has finally gotten around to fixing this glaring omission in version 2 of the framework, you're only partially correct. While some basic audio capabilities will be provided (as described later in this article,) they still leave a lot to be desired. On the other hand, the free MediaPlayer component provided with this article demonstrates a more feature-rich solution to your multimedia needs-and it's compatible with all versions of the .NET Framework.

3 Jan 2006, 02:00:00   Source: Online Article: Multimedia Control   Tags: Multimedia

Online Article: Building Speech-Enabled Applications with ASP.NET

Online Article: Building Speech-Enabled Applications with ASP.NET

While sleepless the other night, I was channel surfing and ran across a rerun of the 1968 science fiction classic "2001: A Space Odyssey."If you haven't seen this movie, it's definitely a must see. HAL, one of the main characters of the movie, is a slightly psychotic speech-enabled super computer. HAL is responsible for steering the Discovery spacecraft on its ill-fated Jupiter mission. As I watched the movie I was completely amazed at HAL's abilities. HAL handled press interviews, played a wicked game of chess, has varied opinions on art, controls life support, and can read lips. Not to completely destroy the movie if you haven't seen it, but I have to say that I am grateful that most of the movie's predictions aren't true. However, like the HAL of 1968, speech-enabled applications have become a core requirement for both corporate and commercial developers. In this article, I'll help you explore the Microsoft Speech Platform that comprises the Speech Application Software Development Kit (SASDK) and Microsoft Speech Server 2004. I'll also show you how you can use these technologies with Visual Studio 2003 to both build and deploy speech-enabled applications.