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.

32 lines
896 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: decibels.h
  6. * Content: Functions to map from dsound volumes to wave volumes
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 11/29/99 rodtoll Adapted from dsound team's file.
  12. ***************************************************************************/
  13. // ORIGINAL HEADER:
  14. //
  15. //--------------------------------------------------------------------------;
  16. //
  17. // File: decibels.c
  18. //
  19. // Copyright (c) 1995-1997 Microsoft Corporation. All Rights Reserved.
  20. //
  21. // Abstract:
  22. //
  23. // Contents:
  24. //
  25. // History:
  26. // 06/15/95 FrankYe
  27. //
  28. //--------------------------------------------------------------------------;
  29. DWORD DBToAmpFactor( LONG lDB );
  30. LONG AmpFactorToDB( DWORD dwFactor );