Code Monkey home page Code Monkey logo

wavsource's Introduction

WavSource Sample

    This sample implements a media source that parses audio .wav 
    files. The sample demonstrates how to write a custom media source
    for Media Foundation. It also shows how to register a byte-stream
    handler for the source, so that the Media Foundation source 
    resolver can discover the media source.

    To keep the sample code as simple as possible, the media source 
    only parses .wav files that contain uncompressed PCM audio, mono 
    or stereo. 

    This sample does not support protected playback.

    This sample requires Windows Vista or later.


Windows 7:

    In Windows 7, Media Foundation already provides an in-box byte-
    stream handler for .wav files, and the registry entry for it is 
    protected using Windows Resource Protection (WRP). Therefore, the
    sample DLL will fail to register for .wav files.

    Instead, the sample registers the byte-stream handler for the 
    file extension ".xyz". To run the sample, rename a .wav to use 
    this file extension.


Usage

    The sample builds a DLL. To use the sample, do the following.

    Windows Vista:

      1. Register the DLL with Regsvr32.exe.

      2. Open a .wav file from a Media Foundation playback 
         application.


    Windows 7:

      1. Register the DLL with Regsvr32.exe.

      2. Take an existing .wav file and rename the file extension 
         to '.xyz'.

      2. Open the .xyz file from a Media Foundation playback 
         application.
   

   Note: You must run as administrator to register the DLL.




THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

Copyright (c) Microsoft Corporation. All rights reserved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.