1Win32 Specific options 2 3In order to enable the following options within SpeexDSP, you will need to manually edit the project options for the appropriate VC configuration. These macros can be specified by adding them as "Preprocessor Definitions" under the appropriate Configuration's project options. If you don't know how to do this, please check your Visual C documentation. 4 5Feature: 6 7Intel Streaming SIMD Extensions - SSE - macro: USE_SSE 8Fixed point - macro: FIXED_POINT 9Epic 48 - macro: EPIC_48K 10 11Note: USE_SSE and FIXED_POINT are mutually exclusive. 12