Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*==========================================================================
* * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved. * * File: decibels.h * Content: Functions to map from dsound volumes to wave volumes * * History: * Date By Reason * ==== == ====== * 11/29/99 rodtoll Adapted from dsound team's file. ***************************************************************************/
// ORIGINAL HEADER:
//
//--------------------------------------------------------------------------;
//
// File: decibels.c
//
// Copyright (c) 1995-1997 Microsoft Corporation. All Rights Reserved.
//
// Abstract:
//
// Contents:
//
// History:
// 06/15/95 FrankYe
//
//--------------------------------------------------------------------------;
DWORD DBToAmpFactor( LONG lDB ); LONG AmpFactorToDB( DWORD dwFactor );
|