?? karaoke_table.s
字號(hào):
/*
* NAME
*
* Karaoke_table.s
*
* DESCRIPTION
*
* This file is configure part to build AMCS (Audio Multi-Codec Solution)
* the AMCS package working on ADM (Audio DSP Module) platform developed
* in Samsung Electronics. This configuration file can apply to DVD/VCD
* line-up, portable multi-codec player.
*
* COPYRIGHT
*
* Copyright (C) 2004-2005, Samsung Electronics, Inc.
* All rights reserved.
*
* REVISION
*
* Version 0.1
*
* HISTORY
*
* Version 0.1, 2005.02.24, firstly made by Lee Kyungtae.
*
*/
/*
//.include "AMCS_config.h"
.if KARAOKE_INTEGRATED == 1
const_KARAOKE_table SECTION CDATA, PM, AFTERADDR POST_CODE_BASE
const_KARAOKE_table
.if KARAOKE_MIC_ECHO_SUPPORTED == 1
.include "me_table.h"
.endif
.if KARAOKE_MIXER_SUPPORTED == 1
.include "upsample_table.h"
.endif
_TABLE_SIZE_KARAOKE_::
.endif /* if KARAOKE_INTEGRATED == 1 * /
*/
.end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -