Mercurial > SDL_sound_CoreAudio
diff SDL_sound_internal.h @ 441:5b00e43ec23c
Patches to make SDL_sound more Visual C happy.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 31 Jan 2003 01:53:12 +0000 |
parents | c42ac9ee2ce4 |
children | 3e705c9180e5 50bb9a6cebfe |
line wrap: on
line diff
--- a/SDL_sound_internal.h Sun Jan 12 22:06:38 2003 +0000 +++ b/SDL_sound_internal.h Fri Jan 31 01:53:12 2003 +0000 @@ -236,6 +236,15 @@ } Sound_AudioCVT; #endif +extern SNDDECLSPEC int Sound_BuildAudioCVT(Sound_AudioCVT *cvt, + Uint16 src_format, Uint8 src_channels, Uint32 src_rate, + Uint16 dst_format, Uint8 dst_channels, Uint32 dst_rate, + Uint32 dst_size); + +extern SNDDECLSPEC int Sound_ConvertAudio(Sound_AudioCVT *cvt); + + + typedef struct __SOUND_SAMPLEINTERNAL__ { Sound_Sample *next;