derive from RageSoundReader
This commit is contained in:
@@ -4,12 +4,11 @@
|
|||||||
#define RAGE_SOUND_READER_RESAMPLE_GOOD_H
|
#define RAGE_SOUND_READER_RESAMPLE_GOOD_H
|
||||||
|
|
||||||
#include "RageSoundReader.h"
|
#include "RageSoundReader.h"
|
||||||
#include "RageSoundReader_Resample.h"
|
|
||||||
|
|
||||||
class RageSoundResampler_Polyphase;
|
class RageSoundResampler_Polyphase;
|
||||||
|
|
||||||
/* This class changes the sampling rate of a sound. */
|
/* This class changes the sampling rate of a sound. */
|
||||||
class RageSoundReader_Resample_Good: public RageSoundReader_Resample
|
class RageSoundReader_Resample_Good: public RageSoundReader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/* We own source. */
|
/* We own source. */
|
||||||
|
|||||||
Reference in New Issue
Block a user