📄 karaoke_table.s.keep
字号:
/*
* 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -