|
|
@ -566,6 +566,7 @@ int FS_GetStreamPos( stream_t *stream ); |
|
|
|
void FS_FreeStream( stream_t *stream ); |
|
|
|
void FS_FreeStream( stream_t *stream ); |
|
|
|
qboolean Sound_Process( wavdata_t **wav, int rate, int width, uint flags ); |
|
|
|
qboolean Sound_Process( wavdata_t **wav, int rate, int width, uint flags ); |
|
|
|
uint Sound_GetApproxWavePlayLen( const char *filepath ); |
|
|
|
uint Sound_GetApproxWavePlayLen( const char *filepath ); |
|
|
|
|
|
|
|
qboolean Sound_SupportedFileFormat( const char *fileext ); |
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// host.c
|
|
|
|
// host.c
|
|
|
|