類別:Dither
音訊抖動器。
類型 | 使用 | 成員 | 說明 |
建構子 | public | ||
解構子 | public | ||
資料 | public | ||
資料 | public | ||
資料 | public | ||
函式 | public | 16位元抖動函數 |
|
函式 | public | 浮點數抖動函數 |
C/C++定義
class Dither
{
public:
CaUint32 previous ;
CaUint32 randSeed1 ;
CaUint32 randSeed2 ;
explicit Dither (void) ;
virtual ~Dither (void) ;
CaInt32 Dither16 (void) ;
CaFloat32 DitherFloat (void) ;
};