📄 karaoke_mem.s
字号:
/*
* NAME
*
* Karaoke_mem.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 "Karaoke_def.h"
.if KARAOKE_INTEGRATED == 1
sec_KaraokeMemory section udata, word3, overlay, abs XMEM_BASE_KARAOKE
sec_KaraokeMemory
.if KARAOKE_MIC_ECHO_SUPPORTED == 1
.include "me_Xmem.h"
.endif
.if KARAOKE_MIXER_SUPPORTED == 1
.include "upsample_Xmem.h"
.endif
_XMEM_LIMIT_KARAOKE_::
sec_KaraokeTable section word3, overlay, abs YMEM_BASE_KARAOKE
sec_KaraokeTable
.if KARAOKE_MIC_ECHO_SUPPORTED == 1
//.include "me_Ymem.h"
.include "me_table.h"
.endif
.if KARAOKE_MIXER_SUPPORTED == 1
//.include "upsample_Ymem.h"
.include "upsample_table.h"
.endif
_TABLE_LIMIT_KARAOKE_::
_YMEM_LIMIT_KARAOKE_::
.endif /* if KARAOKE_INTEGRATED == 1 */
.end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -