このファイルは、オーディオ処理のコールバック関数を含む。
processdata.cpp で定義されています。
#include "afw.h"
#include "ad7998.h"
#include "osc.h"
ネームスペース | |
| namespace | afw |
関数 | |
| void | afw::initProcessData (int count) |
| コールバック関数の初期化 | |
| void | afw::processData (const shortfract leftIn[], const shortfract rightIn[], shortfract leftOut[], shortfract rightOut[], int count) |
| オーディオ・コールバック関数 | |
変数 | |
| const int | afw::Hz = (int)(65536.0*65536.0/48000.0) |
| 周波数指定用定数 | |
| shortfract * | afw::temp |
| 一時データ用バッファ | |
| int * | afw::deviation |
| 周波数偏移 | |
| shortfract * | afw::lfotemp |
| LFO用バッファ | |
| osc::COscillator * | afw::tone |
| トーン・ジェネレーター変数 | |
| osc::COscillator * | afw::lfo |
| 低周波発振器 | |
1.5.2