mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
11 lines
249 B
C
11 lines
249 B
C
#ifdef VCR_SUPPORT
|
|
|
|
#ifndef __VCR_RESAMPLE__
|
|
#define __VCR_RESAMPLE__
|
|
|
|
int VCR_resample( short **dst, int dst_freq,
|
|
const short *src, int src_freq, int src_bitrate, int src_len );
|
|
|
|
#endif // __VCR_RESAMPLE__
|
|
|
|
#endif // VCR_SUPPORT
|