00001 /* 00002 * Plain Intel IA32 assembly implementations of PortAudio sample converter functions. 00003 * Copyright (c) 1999-2002 Ross Bencina, Phil Burk 00004 * 00005 * Permission is hereby granted, free of charge, to any person obtaining 00006 * a copy of this software and associated documentation files 00007 * (the "Software"), to deal in the Software without restriction, 00008 * including without limitation the rights to use, copy, modify, merge, 00009 * publish, distribute, sublicense, and/or sell copies of the Software, 00010 * and to permit persons to whom the Software is furnished to do so, 00011 * subject to the following conditions: 00012 * 00013 * The above copyright notice and this permission notice shall be 00014 * included in all copies or substantial portions of the Software. 00015 * 00016 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00017 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00018 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 00019 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 00020 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 00021 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 00022 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00023 */ 00024 00025 /* 00026 * The text above constitutes the entire PortAudio license; however, 00027 * the PortAudio community also makes the following non-binding requests: 00028 * 00029 * Any person wishing to distribute modifications to the Software is 00030 * requested to send the modifications to the original developer so that 00031 * they can be incorporated into the canonical version. It is also 00032 * requested that these non-binding requests be included along with the 00033 * license above. 00034 */ 00035 00040 #ifndef PA_X86_PLAIN_CONVERTERS_H 00041 #define PA_X86_PLAIN_CONVERTERS_H 00042 00043 #ifdef __cplusplus 00044 extern "C" 00045 { 00046 #endif /* __cplusplus */ 00047 00048 00054 void PaUtil_InitializeX86PlainConverters( void ); 00055 00056 00057 #ifdef __cplusplus 00058 } 00059 #endif /* __cplusplus */ 00060 #endif /* PA_X86_PLAIN_CONVERTERS_H */