Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. #define WAVE_FORMAT_UNKNOWN 0x0000 /* Unknown Format */
  2. #define WAVE_FORMAT_PCM 0x0001 /* PCM */
  3. #define WAVE_FORMAT_ADPCM 0x0002 /* Microsoft ADPCM Format */
  4. #define WAVE_FORMAT_IEEE_FLOAT 0x0003 /* IEEE Float */
  5. #define WAVE_FORMAT_VSELP 0x0004 /* Compaq Computer's VSELP */
  6. #define WAVE_FORMAT_IBM_CSVD 0x0005 /* IBM CVSD */
  7. #define WAVE_FORMAT_ALAW 0x0006 /* ALAW */
  8. #define WAVE_FORMAT_MULAW 0x0007 /* MULAW */
  9. #define WAVE_FORMAT_OKI_ADPCM 0x0010 /* OKI ADPCM */
  10. #define WAVE_FORMAT_DVI_ADPCM 0x0011 /* Intel's DVI ADPCM */
  11. #define WAVE_FORMAT_MEDIASPACE_ADPCM 0x0012 /*Videologic's MediaSpace ADPCM*/
  12. #define WAVE_FORMAT_SIERRA_ADPCM 0x0013 /* Sierra ADPCM */
  13. #define WAVE_FORMAT_G723_ADPCM 0x0014 /* G.723 ADPCM */
  14. #define WAVE_FORMAT_DIGISTD 0x0015 /* DSP Solution's DIGISTD */
  15. #define WAVE_FORMAT_DIGIFIX 0x0016 /* DSP Solution's DIGIFIX */
  16. #define WAVE_FORMAT_DIALOGIC_OKI_ADPCM 0x0017 /* Dialogic OKI ADPCM */
  17. #define WAVE_FORMAT_MEDIAVISION_ADPCM 0x0018 /* MediaVision ADPCM */
  18. #define WAVE_FORMAT_CU_CODEC 0x0019 /* HP CU */
  19. #define WAVE_FORMAT_YAMAHA_ADPCM 0x0020 /* Yamaha ADPCM */
  20. #define WAVE_FORMAT_SONARC 0x0021 /* Speech Compression's Sonarc */
  21. #define WAVE_FORMAT_TRUESPEECH 0x0022 /* DSP Group's True Speech */
  22. #define WAVE_FORMAT_ECHOSC1 0x0023 /* Echo Speech's EchoSC1 */
  23. #define WAVE_FORMAT_AUDIOFILE_AF36 0x0024 /* Audiofile AF36 */
  24. #define WAVE_FORMAT_APTX 0x0025 /* APTX */
  25. #define WAVE_FORMAT_AUDIOFILE_AF10 0x0026 /* AudioFile AF10 */
  26. #define WAVE_FORMAT_PROSODY_1612 0x0027 /* Prosody 1612 */
  27. #define WAVE_FORMAT_LRC 0x0028 /* LRC */
  28. #define WAVE_FORMAT_AC2 0x0030 /* Dolby AC2 */
  29. #define WAVE_FORMAT_GSM610 0x0031 /* GSM610 */
  30. #define WAVE_FORMAT_MSNAUDIO 0x0032 /* MSNAudio */
  31. #define WAVE_FORMAT_ANTEX_ADPCME 0x0033 /* Antex ADPCME */
  32. #define WAVE_FORMAT_CONTROL_RES_VQLPC 0x0034 /* Control Res VQLPC */
  33. #define WAVE_FORMAT_DIGIREAL 0x0035 /* Digireal */
  34. #define WAVE_FORMAT_DIGIADPCM 0x0036 /* DigiADPCM */
  35. #define WAVE_FORMAT_CONTROL_RES_CR10 0x0037 /* Control Res CR10 */
  36. #define WAVE_FORMAT_VBXADPCM 0x0038 /* NMS VBXADPCM */
  37. #define WAVE_FORMAT_ROLAND_RDAC 0x0039 /* Roland RDAC */
  38. #define WAVE_FORMAT_ECHOSC3 0x003A /* EchoSC3 */
  39. #define WAVE_FORMAT_ROCKWELL_ADPCM 0x003B /* Rockwell ADPCM */
  40. #define WAVE_FORMAT_ROCKWELL_DIGITALK 0x003C /* Rockwell Digit LK */
  41. #define WAVE_FORMAT_XEBEC 0x003D /* Xebec */
  42. #define WAVE_FORMAT_G721_ADPCM 0x0040 /* Antex Electronics G.721 */
  43. #define WAVE_FORMAT_G728_CELP 0x0041 /* G.728 CELP */
  44. #define WAVE_FORMAT_MSG723 0x0042 /* MSG723 */
  45. #define WAVE_FORMAT_MPEG 0x0050 /* MPEG Layer 1,2 */
  46. #define WAVE_FORMAT_RT24 0x0051 /* RT24 */
  47. #define WAVE_FORMAT_PAC 0x0051 /* PAC */
  48. #define WAVE_FORMAT_MPEGLAYER3 0x0055 /* MPEG Layer 3 */
  49. #define WAVE_FORMAT_CIRRUS 0x0059 /* Cirrus */
  50. #define WAVE_FORMAT_ESPCM 0x0061 /* ESPCM */
  51. #define WAVE_FORMAT_VOXWARE 0x0062 /* Voxware (obsolete) */
  52. #define WAVE_FORMAT_CANOPUS_ATRAC 0x0063 /* Canopus Atrac */
  53. #define WAVE_FORMAT_G726_ADPCM 0x0064 /* G.726 ADPCM */
  54. #define WAVE_FORMAT_G722_ADPCM 0x0065 /* G.722 ADPCM */
  55. #define WAVE_FORMAT_DSAT 0x0066 /* DSAT */
  56. #define WAVE_FORMAT_DSAT_DISPLAY 0x0067 /* DSAT Display */
  57. #define WAVE_FORMAT_VOXWARE_BYTE_ALIGNED 0x0069 /* Voxware Byte Aligned (obsolete) */
  58. #define WAVE_FORMAT_VOXWARE_AC8 0x0070 /* Voxware AC8 (obsolete) */
  59. #define WAVE_FORMAT_VOXWARE_AC10 0x0071 /* Voxware AC10 (obsolete) */
  60. #define WAVE_FORMAT_VOXWARE_AC16 0x0072 /* Voxware AC16 (obsolete) */
  61. #define WAVE_FORMAT_VOXWARE_AC20 0x0073 /* Voxware AC20 (obsolete) */
  62. #define WAVE_FORMAT_VOXWARE_RT24 0x0074 /* Voxware MetaVoice (obsolete) */
  63. #define WAVE_FORMAT_VOXWARE_RT29 0x0075 /* Voxware MetaSound (obsolete) */
  64. #define WAVE_FORMAT_VOXWARE_RT29HW 0x0076 /* Voxware RT29HW (obsolete) */
  65. #define WAVE_FORMAT_VOXWARE_VR12 0x0077 /* Voxware VR12 (obsolete) */
  66. #define WAVE_FORMAT_VOXWARE_VR18 0x0078 /* Voxware VR18 (obsolete) */
  67. #define WAVE_FORMAT_VOXWARE_TQ40 0x0079 /* Voxware TQ40 (obsolete) */
  68. #define WAVE_FORMAT_SOFTSOUND 0x0080 /* Softsound */
  69. #define WAVE_FORMAT_VOXWARE_TQ60 0x0081 /* Voxware TQ60 (obsolete) */
  70. #define WAVE_FORMAT_MSRT24 0x0082 /* MSRT24 */
  71. #define WAVE_FORMAT_G729A 0x0083 /* G.729A */
  72. #define WAVE_FORMAT_MVI_MV12 0x0084 /* MVI MV12 */
  73. #define WAVE_FORMAT_DF_G726 0x0085 /* DF G.726 */
  74. #define WAVE_FORMAT_DF_GSM610 0x0086 /* DF GSM610 */
  75. #define WAVE_FORMAT_ISIAUDIO 0x0088 /* ISIAudio */
  76. #define WAVE_FORMAT_ONLIVE 0x0089 /* Onlive */
  77. #define WAVE_FORMAT_SBC24 0x0091 /* SBC24 */
  78. #define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092 /* Dolby AC3 SPDIF */
  79. #define WAVE_FORMAT_ZYXEL_ADPCM 0x0097 /* ZyXEL ADPCM */
  80. #define WAVE_FORMAT_PHILIPS_LPCBB 0x0098 /* Philips LPCBB */
  81. #define WAVE_FORMAT_PACKED 0x0099 /* Packed */
  82. #define WAVE_FORMAT_RHETOREX_ADPCM 0x0100 /* Rhetorex ADPCM */
  83. #define WAVE_FORMAT_IRAT 0x0101 /* BeCubed Software's IRAT */
  84. #define WAVE_FORMAT_VIVO_G723 0x0111 /* Vivo G.723 */
  85. #define WAVE_FORMAT_VIVO_SIREN 0x0112 /* Vivo Siren */
  86. #define WAVE_FORMAT_DIGITAL_G723 0x0123 /* Digital G.723 */
  87. #define WAVE_FORMAT_CREATIVE_ADPCM 0x0200 /* Creative ADPCM */
  88. #define WAVE_FORMAT_CREATIVE_FASTSPEECH8 0x0202 /* Creative FastSpeech8 */
  89. #define WAVE_FORMAT_CREATIVE_FASTSPEECH10 0x0203 /* Creative FastSpeech10 */
  90. #define WAVE_FORMAT_QUARTERDECK 0x0220 /* Quarterdeck */
  91. #define WAVE_FORMAT_FM_TOWNS_SND 0x0300 /* FM Towns Snd */
  92. #define WAVE_FORMAT_BTV_DIGITAL 0x0400 /* BTV Digital */
  93. #define WAVE_FORMAT_VME_VMPCM 0x0680 /* VME VMPCM */
  94. #define WAVE_FORMAT_OLIGSM 0x1000 /* OLIGSM */
  95. #define WAVE_FORMAT_OLIADPCM 0x1001 /* OLIADPCM */
  96. #define WAVE_FORMAT_OLICELP 0x1002 /* OLICELP */
  97. #define WAVE_FORMAT_OLISBC 0x1003 /* OLISBC */
  98. #define WAVE_FORMAT_OLIOPR 0x1004 /* OLIOPR */
  99. #define WAVE_FORMAT_LH_CODEC 0x1100 /* LH Codec */
  100. #define WAVE_FORMAT_NORRIS 0x1400 /* Norris */
  101. #define WAVE_FORMAT_ISIAUDIO 0x1401 /* ISIAudio */
  102. #define WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS 0x1500 /* Soundspace Music Compression */
  103. #define WAVE_FORMAT_DVM 0x2000 /* DVM */
  104. #define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* SubFormat */
  105. #define WAVE_FORMAT_DEVELOPMENT 0xFFFF /* Development */
  106.  
  107. /*?#define WAVE_FORMAT_IBM_MULAW 0x0101 IBM MULAW? */
  108. /*?#define WAVE_FORMAT_IBM_ALAW 0x0102 IBM ALAW? */
  109. /*?#define WAVE_FORMAT_IBM_ADPCM 0x0103 IBM ADPCM? */
  110. /*?#define WAVE_FORMAT_DIVX_AUDIO160 0x00000160 DivX Audio? */
  111. /*?#define WAVE_FORMAT_DIVX_AUDIO161 0x00000161 DivX Audio? */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement