Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/SRC/AUD_SRCResampleFactory.h')
-rw-r--r--intern/audaspace/SRC/AUD_SRCResampleFactory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/intern/audaspace/SRC/AUD_SRCResampleFactory.h b/intern/audaspace/SRC/AUD_SRCResampleFactory.h
index c23c1d2c82e..4b16c70169c 100644
--- a/intern/audaspace/SRC/AUD_SRCResampleFactory.h
+++ b/intern/audaspace/SRC/AUD_SRCResampleFactory.h
@@ -31,14 +31,13 @@
/**
* This factory creates a resampling reader that uses libsamplerate for
* resampling.
- * \note The format of the input must be float.
*/
class AUD_SRCResampleFactory : public AUD_ResampleFactory
{
public:
- AUD_SRCResampleFactory(AUD_IReader* reader, AUD_Specs specs);
- AUD_SRCResampleFactory(AUD_IFactory* factory, AUD_Specs specs);
- AUD_SRCResampleFactory(AUD_Specs specs);
+ AUD_SRCResampleFactory(AUD_IReader* reader, AUD_DeviceSpecs specs);
+ AUD_SRCResampleFactory(AUD_IFactory* factory, AUD_DeviceSpecs specs);
+ AUD_SRCResampleFactory(AUD_DeviceSpecs specs);
virtual AUD_IReader* createReader();
};