.NET news » Multimedia Multimedia Rss Feed

< 1 2 3 4 5 6 >
Silverlight and ASP.NET Revealed
Author: Matthew MacDonald
Average rating: 2.0 / 1
(1 reviews)
More .NET Multimedia books
download
C# Space Invaders using WinForms objects
Create the famous game using only labels, panels and pictures
17 Jun 2008, 07:54:00   Source: C# Space Invaders using WinForms objects   Tags: Multimedia Examples
DirectX.Capture Class Library
A .NET class library for capturing video and audio to AVI files.
29 Mar 2008, 14:42:00   Source: DirectX.Capture Class Library   Tags: Multimedia Examples
Sound activated recorder with spectrogram in C#
This project demonstrates an implementation of the waterfall spectrogram and use of statistical data to trigger events in near real-time. This demonstration utilizes the Wave classes developed by Ianier Munoz.
28 Jan 2008, 02:25:00   Source: Sound activated recorder with spectrogram in C#   Tags: Multimedia Examples
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
Webcamera, Multithreading and VFW
There are several ways to grab and process webcamera images: WIA, DirectShow, VFW... There are lots of C# VFW examples on the internet and most of them use .NET clipboard to transfer each frame's data from buffer to Bitmap-recognizable object. Unfortunately, this makes multithreading unavailable and reduces FPS (frames per second). The native Win32 clipboard and multithreading solve the speed problem, but I thought that it wasn't the most elegant solution and there should be another way to get frames from Avicap. I have referred to MSDN (see VFW link above) and discovered that function callback was available. This article explains, step-by-step, how to capture frames using avicap32.dll (VFW) in a multi-thread environment..
17 Sep 2007, 06:13:00   Source: Webcamera, Multithreading and VFW   Tags: Multimedia
Lazy parenting with Microsoft Speech SDK
A little program to exercise children math skills.
31 May 2007, 15:18:00   Source: Lazy parenting with Microsoft Speech SDK   Tags: Examples Multimedia
Fundamentals of Sound: How to Make Music out of Nothing at All
In this article, we'll look at how sound waves work and interact with each other, as well as how to represent waveforms in PCM WAVE format (.wav). Then we'll build on that understanding to create a class that generates musical tones, which will allow us to create whole songs from scratch. Example code is included in the source download.
30 May 2007, 14:32:00   Source: Fundamentals of Sound: How to Make Music out of Nothing...   Tags: Multimedia
Speak Up: Support Dictation With Text Services Framework

One of my favorite new features in Windows Vista is Windows Speech Recognition, which allows you to operate your computer using only your voice, including dictating text into e-mail messages or other documents. Windows Speech Recognition uses the Text Services Framework (TSF) to insert, select, and correct dictated text. TSF is a scalable framework for the delivery of advanced text input technologies. It provides a standardized method for text services—such as voice recognition, handwriting recognition, spell checkers, and Japanese Input Method Editors—to communicate with applications and text controls. In particular, TSF allows bidirectional communication between applications and text services. This means that text services can read and write to an application’s document and an application can ask a text service to perform actions such as correcting text.

21 May 2007, 19:00:00   Source: Speak Up: Support Dictation With Text Services Framework   Tags: Multimedia
Simple Speech Recognition

One of the coolest features to be introduced with Windows Vista is the new built in speech recognition facility. To be fair, it has been there in previous versions of Windows, but not in the useful form in which it is now available. Best of all, Microsoft provides a managed API with which developers can start digging into this rich technology. For a fuller explanation of the underlying technology, I highly recommend the Microsoft whitepaper. This tutorial will walk the user through building a common text pad application, which we will then trick out with a speech synthesizer and a speech recognizer using the .Net managed API wrapper for SAPI 5.3. By the end of this tutorial, you will have a working application that reads your text back to you, obeys your voice commands, and takes dictation.

19 May 2007, 11:58:00   Source: Simple Speech Recognition   Tags: Examples Multimedia
< 1 2 3 4 5 6 >