📄 example.cc
字号:
// file: $isip/doc/examples/class/sp/sp_example_00/example.cc// version: $Id: example.cc,v 1.1 2001/05/05 18:11:22 peng Exp $//// isip include files//#include <AudioFrontEnd.h>// main program starts here//int main(int argc, const char** argv) { // declare local variables // AudioFrontEnd reg_fe; Filename reg_file(L"$ISIP_DEVEL/doc/examples/data/audio/little_endian.raw"); // setup the front end // Sof sof; sof.open(L"diagnose_filter.sof"); reg_fe.read(sof, 0); sof.close(); // perform data processing through the front end // Filename input(reg_file); Filename output(L".new_audio0.raw"); Console::put(L"running file 0"); reg_fe.setDebug(Integral::BRIEF); reg_fe.run(output, input); // exit gracefully // Integral::exit();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -