423 lines
37 KiB
HTML
423 lines
37 KiB
HTML
<!DOCTYPE html><html><head>
|
|
<title>EffectTool_UserManual</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="file:///c:\Users\Administrator\.vscode\extensions\shd101wyy.markdown-preview-enhanced-0.6.1\node_modules\@shd101wyy\mume\dependencies\katex\katex.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
/**
|
|
* prism.js Github theme based on GitHub's theme.
|
|
* @author Sam Clarke
|
|
*/
|
|
code[class*="language-"],
|
|
pre[class*="language-"] {
|
|
color: #333;
|
|
background: none;
|
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
text-align: left;
|
|
white-space: pre;
|
|
word-spacing: normal;
|
|
word-break: normal;
|
|
word-wrap: normal;
|
|
line-height: 1.4;
|
|
|
|
-moz-tab-size: 8;
|
|
-o-tab-size: 8;
|
|
tab-size: 8;
|
|
|
|
-webkit-hyphens: none;
|
|
-moz-hyphens: none;
|
|
-ms-hyphens: none;
|
|
hyphens: none;
|
|
}
|
|
|
|
/* Code blocks */
|
|
pre[class*="language-"] {
|
|
padding: .8em;
|
|
overflow: auto;
|
|
/* border: 1px solid #ddd; */
|
|
border-radius: 3px;
|
|
/* background: #fff; */
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
/* Inline code */
|
|
:not(pre) > code[class*="language-"] {
|
|
padding: .1em;
|
|
border-radius: .3em;
|
|
white-space: normal;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.token.comment,
|
|
.token.blockquote {
|
|
color: #969896;
|
|
}
|
|
|
|
.token.cdata {
|
|
color: #183691;
|
|
}
|
|
|
|
.token.doctype,
|
|
.token.punctuation,
|
|
.token.variable,
|
|
.token.macro.property {
|
|
color: #333;
|
|
}
|
|
|
|
.token.operator,
|
|
.token.important,
|
|
.token.keyword,
|
|
.token.rule,
|
|
.token.builtin {
|
|
color: #a71d5d;
|
|
}
|
|
|
|
.token.string,
|
|
.token.url,
|
|
.token.regex,
|
|
.token.attr-value {
|
|
color: #183691;
|
|
}
|
|
|
|
.token.property,
|
|
.token.number,
|
|
.token.boolean,
|
|
.token.entity,
|
|
.token.atrule,
|
|
.token.constant,
|
|
.token.symbol,
|
|
.token.command,
|
|
.token.code {
|
|
color: #0086b3;
|
|
}
|
|
|
|
.token.tag,
|
|
.token.selector,
|
|
.token.prolog {
|
|
color: #63a35c;
|
|
}
|
|
|
|
.token.function,
|
|
.token.namespace,
|
|
.token.pseudo-element,
|
|
.token.class,
|
|
.token.class-name,
|
|
.token.pseudo-class,
|
|
.token.id,
|
|
.token.url-reference .token.variable,
|
|
.token.attr-name {
|
|
color: #795da3;
|
|
}
|
|
|
|
.token.entity {
|
|
cursor: help;
|
|
}
|
|
|
|
.token.title,
|
|
.token.title .token.punctuation {
|
|
font-weight: bold;
|
|
color: #1d3e81;
|
|
}
|
|
|
|
.token.list {
|
|
color: #ed6a43;
|
|
}
|
|
|
|
.token.inserted {
|
|
background-color: #eaffea;
|
|
color: #55a532;
|
|
}
|
|
|
|
.token.deleted {
|
|
background-color: #ffecec;
|
|
color: #bd2c00;
|
|
}
|
|
|
|
.token.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.token.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
/* JSON */
|
|
.language-json .token.property {
|
|
color: #183691;
|
|
}
|
|
|
|
.language-markup .token.tag .token.punctuation {
|
|
color: #333;
|
|
}
|
|
|
|
/* CSS */
|
|
code.language-css,
|
|
.language-css .token.function {
|
|
color: #0086b3;
|
|
}
|
|
|
|
/* YAML */
|
|
.language-yaml .token.atrule {
|
|
color: #63a35c;
|
|
}
|
|
|
|
code.language-yaml {
|
|
color: #183691;
|
|
}
|
|
|
|
/* Ruby */
|
|
.language-ruby .token.function {
|
|
color: #333;
|
|
}
|
|
|
|
/* Markdown */
|
|
.language-markdown .token.url {
|
|
color: #795da3;
|
|
}
|
|
|
|
/* Makefile */
|
|
.language-makefile .token.symbol {
|
|
color: #795da3;
|
|
}
|
|
|
|
.language-makefile .token.variable {
|
|
color: #183691;
|
|
}
|
|
|
|
.language-makefile .token.builtin {
|
|
color: #0086b3;
|
|
}
|
|
|
|
/* Bash */
|
|
.language-bash .token.keyword {
|
|
color: #0086b3;
|
|
}
|
|
|
|
/* highlight */
|
|
pre[data-line] {
|
|
position: relative;
|
|
padding: 1em 0 1em 3em;
|
|
}
|
|
pre[data-line] .line-highlight-wrapper {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: transparent;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
pre[data-line] .line-highlight {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
padding: inherit 0;
|
|
margin-top: 1em;
|
|
background: hsla(24, 20%, 50%,.08);
|
|
background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
|
|
pointer-events: none;
|
|
line-height: inherit;
|
|
white-space: pre;
|
|
}
|
|
|
|
pre[data-line] .line-highlight:before,
|
|
pre[data-line] .line-highlight[data-end]:after {
|
|
content: attr(data-start);
|
|
position: absolute;
|
|
top: .4em;
|
|
left: .6em;
|
|
min-width: 1em;
|
|
padding: 0 .5em;
|
|
background-color: hsla(24, 20%, 50%,.4);
|
|
color: hsl(24, 20%, 95%);
|
|
font: bold 65%/1.5 sans-serif;
|
|
text-align: center;
|
|
vertical-align: .3em;
|
|
border-radius: 999px;
|
|
text-shadow: none;
|
|
box-shadow: 0 1px white;
|
|
}
|
|
|
|
pre[data-line] .line-highlight[data-end]:after {
|
|
content: attr(data-end);
|
|
top: auto;
|
|
bottom: .4em;
|
|
}html body{font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#fff;overflow:initial;box-sizing:border-box;word-wrap:break-word}html body>:first-child{margin-top:0}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{line-height:1.2;margin-top:1em;margin-bottom:16px;color:#000}html body h1{font-size:2.25em;font-weight:300;padding-bottom:.3em}html body h2{font-size:1.75em;font-weight:400;padding-bottom:.3em}html body h3{font-size:1.5em;font-weight:500}html body h4{font-size:1.25em;font-weight:600}html body h5{font-size:1.1em;font-weight:600}html body h6{font-size:1em;font-weight:600}html body h1,html body h2,html body h3,html body h4,html body h5{font-weight:600}html body h5{font-size:1em}html body h6{color:#5c5c5c}html body strong{color:#000}html body del{color:#5c5c5c}html body a:not([href]){color:inherit;text-decoration:none}html body a{color:#08c;text-decoration:none}html body a:hover{color:#00a3f5;text-decoration:none}html body img{max-width:100%}html body>p{margin-top:0;margin-bottom:16px;word-wrap:break-word}html body>ul,html body>ol{margin-bottom:16px}html body ul,html body ol{padding-left:2em}html body ul.no-list,html body ol.no-list{padding:0;list-style-type:none}html body ul ul,html body ul ol,html body ol ol,html body ol ul{margin-top:0;margin-bottom:0}html body li{margin-bottom:0}html body li.task-list-item{list-style:none}html body li>p{margin-top:0;margin-bottom:0}html body .task-list-item-checkbox{margin:0 .2em .25em -1.8em;vertical-align:middle}html body .task-list-item-checkbox:hover{cursor:pointer}html body blockquote{margin:16px 0;font-size:inherit;padding:0 15px;color:#5c5c5c;background-color:#f0f0f0;border-left:4px solid #d6d6d6}html body blockquote>:first-child{margin-top:0}html body blockquote>:last-child{margin-bottom:0}html body hr{height:4px;margin:32px 0;background-color:#d6d6d6;border:0 none}html body table{margin:10px 0 15px 0;border-collapse:collapse;border-spacing:0;display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}html body table th{font-weight:bold;color:#000}html body table td,html body table th{border:1px solid #d6d6d6;padding:6px 13px}html body dl{padding:0}html body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:bold}html body dl dd{padding:0 16px;margin-bottom:16px}html body code{font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:.85em !important;color:#000;background-color:#f0f0f0;border-radius:3px;padding:.2em 0}html body code::before,html body code::after{letter-spacing:-0.2em;content:"\00a0"}html body pre>code{padding:0;margin:0;font-size:.85em !important;word-break:normal;white-space:pre;background:transparent;border:0}html body .highlight{margin-bottom:16px}html body .highlight pre,html body pre{padding:1em;overflow:auto;font-size:.85em !important;line-height:1.45;border:#d6d6d6;border-radius:3px}html body .highlight pre{margin-bottom:0;word-break:normal}html body pre code,html body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}html body pre code:before,html body pre tt:before,html body pre code:after,html body pre tt:after{content:normal}html body p,html body blockquote,html body ul,html body ol,html body dl,html body pre{margin-top:0;margin-bottom:16px}html body kbd{color:#000;border:1px solid #d6d6d6;border-bottom:2px solid #c7c7c7;padding:2px 4px;background-color:#f0f0f0;border-radius:3px}@media print{html body{background-color:#fff}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{color:#000;page-break-after:avoid}html body blockquote{color:#5c5c5c}html body pre{page-break-inside:avoid}html body table{display:table}html body img{display:block;max-width:100%;max-height:100%}html body pre,html body code{word-wrap:break-word;white-space:pre}}.markdown-preview{width:100%;height:100%;box-sizing:border-box}.markdown-preview .pagebreak,.markdown-preview .newpage{page-break-before:always}.markdown-preview pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}.markdown-preview pre.line-numbers>code{position:relative}.markdown-preview pre.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:1em;font-size:100%;left:0;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.markdown-preview pre.line-numbers .line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.markdown-preview pre.line-numbers .line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}.markdown-preview .mathjax-exps .MathJax_Display{text-align:center !important}.markdown-preview:not([for="preview"]) .code-chunk .btn-group{display:none}.markdown-preview:not([for="preview"]) .code-chunk .status{display:none}.markdown-preview:not([for="preview"]) .code-chunk .output-div{margin-bottom:16px}.scrollbar-style::-webkit-scrollbar{width:8px}.scrollbar-style::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.scrollbar-style::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(150,150,150,0.66);border:4px solid rgba(150,150,150,0.66);background-clip:content-box}html body[for="html-export"]:not([data-presentation-mode]){position:relative;width:100%;height:100%;top:0;left:0;margin:0;padding:0;overflow:auto}html body[for="html-export"]:not([data-presentation-mode]) .markdown-preview{position:relative;top:0}@media screen and (min-width:914px){html body[for="html-export"]:not([data-presentation-mode]) .markdown-preview{padding:2em calc(50% - 457px + 2em)}}@media screen and (max-width:914px){html body[for="html-export"]:not([data-presentation-mode]) .markdown-preview{padding:2em}}@media screen and (max-width:450px){html body[for="html-export"]:not([data-presentation-mode]) .markdown-preview{font-size:14px !important;padding:1em}}@media print{html body[for="html-export"]:not([data-presentation-mode]) #sidebar-toc-btn{display:none}}html body[for="html-export"]:not([data-presentation-mode]) #sidebar-toc-btn{position:fixed;bottom:8px;left:8px;font-size:28px;cursor:pointer;color:inherit;z-index:99;width:32px;text-align:center;opacity:.4}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] #sidebar-toc-btn{opacity:1}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc{position:fixed;top:0;left:0;width:300px;height:100%;padding:32px 0 48px 0;font-size:14px;box-shadow:0 0 4px rgba(150,150,150,0.33);box-sizing:border-box;overflow:auto;background-color:inherit}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar{width:8px}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(150,150,150,0.66);border:4px solid rgba(150,150,150,0.66);background-clip:content-box}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc a{text-decoration:none}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc ul{padding:0 1.6em;margin-top:.8em}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc li{margin-bottom:.8em}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc ul{list-style-type:none}html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview{left:300px;width:calc(100% - 300px);padding:2em calc(50% - 457px - 150px);margin:0;box-sizing:border-box}@media screen and (max-width:1274px){html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview{padding:2em}}@media screen and (max-width:450px){html body[for="html-export"]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview{width:100%}}html body[for="html-export"]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .markdown-preview{left:50%;transform:translateX(-50%)}html body[for="html-export"]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .md-sidebar-toc{display:none}
|
|
/* Please visit the URL below for more information: */
|
|
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
|
|
|
|
</style>
|
|
</head>
|
|
<body for="html-export">
|
|
<div class="mume markdown-preview ">
|
|
<h1 class="mume-header" id="1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B">1. 快速开始</h1>
|
|
|
|
<hr>
|
|
<p><img src="assets\efftool_intro.png" alt="efftool_intro"></p>
|
|
<h2 class="mume-header" id="11-%E7%A8%8B%E5%BA%8F%E9%85%8D%E7%BD%AE">1.1 程序配置</h2>
|
|
|
|
<pre data-role="codeBlock" data-info="C" class="language-c">在线音效调试总使能
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_EFFECT_TOOL_ENABLE</span> <span class="token expression">DISABLE </span><span class="token comment">// ENABLE:使能 DISABLE:不使能</span></span>
|
|
|
|
麦克风音效总使能
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_ENABLE</span> <span class="token expression">DISABLE </span><span class="token comment">// ENABLE:使能 DISABLE:不使能</span></span>
|
|
|
|
选择REVERB或者ECHO音效<span class="token punctuation">,</span>两种效果只能二选一
|
|
|
|
使能REVERB效果
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_SEL</span> <span class="token expression">MIC_EFFECT_REVERB</span></span>
|
|
使能ECHO效果
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_SEL</span> <span class="token expression">MIC_EFFECT_ECHO</span></span>
|
|
|
|
选择AUX模式是否需要独立的音效
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">LINEIN_MODE_SOLE_EQ_EN</span> <span class="token expression">DISABLE </span><span class="token comment">//ENABLE:是 DISABLE:否</span></span>
|
|
</pre><p>程序选好需要的功能后,只需要编译下载即可,程序内部会自动选择对应的<strong>音效配置文件</strong>。<br>
|
|
以下是宏配置与下载目录下<strong>音效配置文件</strong>的对应关系:<br>
|
|
<strong>music_base.bin</strong>:没有麦克风音效,只有播放音效设置,且LINEIN与蓝牙使用<strong>相同</strong>的音效配置</p>
|
|
<pre data-role="codeBlock" data-info="C" class="language-c"><span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_ENABLE</span> <span class="token expression">DISABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">LINEIN_MODE_SOLE_EQ_EN</span> <span class="token expression">DISABLE</span></span>
|
|
</pre><p><strong>music_base_linein.bin</strong>:没有麦克风音效,只有播放音效设置,LINEIN与蓝牙使用<strong>不同</strong>的音效配置</p>
|
|
<pre data-role="codeBlock" data-info="C" class="language-c"><span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_ENABLE</span> <span class="token expression">DISABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">LINEIN_MODE_SOLE_EQ_EN</span> <span class="token expression">ENABLE</span></span>
|
|
</pre><p><strong>mic_effect_reverb.bin</strong>:打开麦克风音效,是能Reverb效果,LINEIN与蓝牙使用<strong>不同</strong>的音效配置</p>
|
|
<pre data-role="codeBlock" data-info="C" class="language-c"><span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_ENABLE</span> <span class="token expression">ENABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">LINEIN_MODE_SOLE_EQ_EN</span> <span class="token expression">ENABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_SEL</span> <span class="token expression">MIC_EFFECT_REVERB</span></span>
|
|
</pre><p><strong>mic_effect_echo.bin</strong>:打开麦克风音效,是能Reverb效果,LINEIN与蓝牙使用<strong>不同</strong>的音效配置</p>
|
|
<pre data-role="codeBlock" data-info="C" class="language-c"><span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_ENABLE</span> <span class="token expression">ENABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">LINEIN_MODE_SOLE_EQ_EN</span> <span class="token expression">ENABLE</span></span>
|
|
<span class="token macro property"><span class="token directive-hash">#</span><span class="token directive keyword">define</span> <span class="token macro-name">TCFG_MIC_EFFECT_SEL</span> <span class="token expression">MIC_EFFECT_ECHO</span></span>
|
|
</pre><h2 class="mume-header" id="12-%E6%89%93%E5%BC%80%E5%B7%A5%E5%85%B7">1.2 打开工具</h2>
|
|
|
|
<p>在下载目录中找到 <strong>xxx配置入口.jlxproj</strong> ,点击打开。弹出以下界面<br>
|
|
<img src="assets\entry.png" alt="entry"><br>
|
|
点击<strong>调音工具</strong>一旁的<strong>打开</strong>按钮,打开调音工具</p>
|
|
<h2 class="mume-header" id="13-%E8%BF%9E%E6%8E%A5pc">1.3 连接PC</h2>
|
|
|
|
<p><img src="assets\connect_pc01.png" alt="connect_pc01"><br>
|
|
通过与PC连接,将样机中的<strong>音效配置文件</strong>读取到工具中,将不同的模式对应的数据流以<strong>数据流程图</strong>形式显示在对应的<strong>模式选项卡</strong>中。</p>
|
|
<h3 class="mume-header" id="%E9%80%9A%E8%BF%87usb%E8%BF%9E%E6%8E%A5">通过USB连接</h3>
|
|
|
|
<p>通过USB线将样机与PC连接<br>
|
|
端口选择 <strong>USB 串行设备(COMXX)</strong> ,如果有多个此类设备可以拔出样机的USB线,观察消失的设备即为样机枚举的端口。<br>
|
|
例:<br>
|
|
<img src="assets\use_port.jpg" alt="use_port"><br>
|
|
点击 <strong>打开</strong> ,等待通信结束。完成通讯后会自动跳转到音效调节页面,并在下方状态栏显示<strong>更新模式成功</strong></p>
|
|
<h3 class="mume-header" id="%E9%80%9A%E8%BF%87%E4%B8%B2%E5%8F%A3%E8%BF%9E%E6%8E%A5">通过串口连接</h3>
|
|
|
|
<p>端口选择对应的PC串口设备<br>
|
|
例:<br>
|
|
<img src="assets\serial_port.jpg" alt="serial_port"><br>
|
|
点击 <strong>打开</strong> ,等待通信结束(串口传输较慢,可能需要等待比较长时间)。完成通讯后会自动跳转到音效调节页面,并在下方状态栏显示<strong>更新模式成功</strong></p>
|
|
<h2 class="mume-header" id="14-%E8%BF%9B%E5%85%A5%E9%9F%B3%E6%95%88%E8%B0%83%E8%8A%82%E9%98%B6%E6%AE%B5">1.4 进入音效调节阶段</h2>
|
|
|
|
<h3 class="mume-header" id="%E9%9F%B3%E6%95%88%E8%B0%83%E8%8A%82%E7%95%8C%E9%9D%A2%E7%AE%80%E4%BB%8B">音效调节界面简介</h3>
|
|
|
|
<p><img src="assets\EffectTool_modepage.png" alt="EffectTool_modepage"><br>
|
|
<a href="#%E6%A8%A1%E5%BC%8F%E4%BB%8B%E7%BB%8D">模式选项卡</a>用于选择不同的模式,每个模式选项卡都包含相应的<strong>数据流程图</strong></p>
|
|
<hr>
|
|
<p><img src="assets\EffectTool_dataflow.png" alt="EffectTool_dataflow"><br>
|
|
<strong>数据流程图</strong>描述了从样机中读取到的<strong>数据流</strong>。数据从开头<strong>Src</strong>模块出发经过多个算法模块处理到达数据流的结束<strong>Sink</strong>模块。点击数据流中需要调试的模块,就会弹出对应的<strong>模块参数窗口</strong></p>
|
|
<blockquote>
|
|
<p>在不同的数据流程图中,<strong>Src</strong>与<strong>Sink</strong>的实际意义各不相同。比如在蓝牙播放的音效<strong>数据流程图</strong>中,<strong>Src</strong>代表解码器的输出,<strong>Sink</strong>代表DAC或者其他音频输出,具体根据样机程序决定。</p>
|
|
</blockquote>
|
|
<hr>
|
|
<p><img src="assets\EQ_settingpage.jpg" alt="EQ_settingpage"><br>
|
|
上图为EQ的<a href="#%E6%A8%A1%E5%9D%97%E8%AE%BE%E7%BD%AE%E7%95%8C%E9%9D%A2">模块参数窗口</a>,对窗口中的参数修改会<strong>实时</strong>传输到样机上生效。</p>
|
|
<h4 class="mume-header" id="%E5%BC%80%E5%A7%8B%E9%9F%B3%E6%95%88%E8%B0%83%E8%8A%82">开始音效调节</h4>
|
|
|
|
<p>选择需要调试<strong>模式选项卡</strong>,双击<strong>数据流程图</strong>中需要调试的模块,就会弹出相应的<strong>模块参数窗口</strong>。</p>
|
|
<h2 class="mume-header" id="15-%E4%B8%8B%E8%BD%BD%E9%9F%B3%E6%95%88%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6">1.5 下载音效配置文件</h2>
|
|
|
|
<p><img src="assets\download_cfg.png" alt="download_cfg"></p>
|
|
<h3 class="mume-header" id="%E9%80%9A%E8%BF%87%E5%AF%BC%E5%87%BA%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E6%9B%B4%E6%96%B0">通过导出配置文件更新</h3>
|
|
|
|
<p>在调音结束后,点击<strong>保存音效配置文件</strong>按钮,保存<strong>音效配置文件</strong>。然后把<strong>音效配置文件</strong>复制到下载目录下,重新下载到样机。<strong>适用于量产程序生成</strong></p>
|
|
<h3 class="mume-header" id="%E9%80%9A%E8%BF%87%E9%85%8D%E7%BD%AE%E5%86%99%E5%85%A5%E5%8A%9F%E8%83%BD%E6%9B%B4%E6%96%B0">通过配置写入功能更新</h3>
|
|
|
|
<p>在调音结束后,点击<strong>将配置写入设备</strong>按钮,把当前所有的模块参数写入到设备中,实现掉电保存。<strong>适用于少量样机送样</strong></p>
|
|
<h1 class="mume-header" id="2-%E5%B7%A5%E5%85%B7%E5%9F%BA%E6%9C%AC%E6%A6%82%E5%BF%B5%E4%BB%8B%E7%BB%8D">2. 工具基本概念介绍</h1>
|
|
|
|
<hr>
|
|
<p>本工具为了方便开发者在线快速调试音效算法参数,实现理想的声音效果而设计。可以通过USB,或串口连接芯片实时修改算法模块参数,且可以在线把参数写入到芯片flash实现掉电保存。</p>
|
|
<h1 class="mume-header" id="21-%E5%B7%A5%E5%85%B7%E5%9F%BA%E6%9C%AC%E7%95%8C%E9%9D%A2%E8%AF%B4%E6%98%8E">2.1 工具基本界面说明</h1>
|
|
|
|
<h2 class="mume-header" id="%E8%AE%BE%E7%BD%AE%E7%95%8C%E9%9D%A2">设置界面</h2>
|
|
|
|
<p><img src="assets\EffectTool_settingpage.jpg" alt="EffectTool_settingpage"><br>
|
|
A. 端口下拉菜单选择不同的通信接口,根据实际连接方式选定<br>
|
|
B. 波特率下拉菜单选择不同的波特率,默认115200<br>
|
|
C. 点击<strong>打开</strong>按钮开始跟下位机连接</p>
|
|
<h3 class="mume-header" id="%E9%9F%B3%E6%95%88%E8%B0%83%E8%8A%82%E7%95%8C%E9%9D%A2">音效调节界面</h3>
|
|
|
|
<p><img src="assets\EffectTool_tunepage.jpg" alt="EffectTool_tunepage"><br>
|
|
A. <strong>打开音效配置文件</strong><br>
|
|
B. <strong>保存音效配置文件</strong><br>
|
|
C. <strong>将配置写入设备</strong> : 通过这种方式把配置在线写入下位机是可以掉电保存。<br>
|
|
D. <strong>从设备中读取配置</strong><br>
|
|
E. <strong>放大视图</strong><br>
|
|
F. <strong>缩小视图</strong><br>
|
|
G. <strong>重置视图</strong><br>
|
|
H. <strong>流程图居中</strong><br>
|
|
I. <strong>模式选项卡</strong> : 显示下位机当前存储的模式,点击不同的模式选项卡显示不同的流程图。<br>
|
|
J. <strong>流程图视图</strong> : 显示当前模式下的流程图。双击流程图中的模块显示模块的参数设置界面<br>
|
|
K. <strong>状态栏</strong> : 显示当前工具与下位机通讯的状态信息</p>
|
|
<h3 class="mume-header" id="%E6%A8%A1%E5%9D%97%E8%AE%BE%E7%BD%AE%E7%95%8C%E9%9D%A2">模块设置界面</h3>
|
|
|
|
<p>以下以 <strong>DRC模块</strong> 的设置界面为例进行进行说明<br>
|
|
<img src="assets\DRC_settingpage.jpg" alt="DRC_settingpage"><br>
|
|
A. <strong>回退按键</strong> : 可以撤销这个界面内的上一次修改(Undo)<br>
|
|
B. <strong>重做按键</strong>: 可以重做上一次撤销的修改(Redo)<br>
|
|
C. <strong>增加快照</strong>: 把当前界面的参数状态保存到新的快照<br>
|
|
D. <strong>当前的快照列表</strong>: 可以在下来菜单中选取不同的快照,选择快照的同时参数会全部更新为快照的状态。<br>
|
|
E. <strong>bypass选框</strong>: 勾选bypass选框可以让当前模块bypass</p>
|
|
<h3 class="mume-header" id="%E6%A8%A1%E5%BC%8F%E4%BB%8B%E7%BB%8D">模式介绍</h3>
|
|
|
|
<p><img src="assets\mode_intro.png" alt="mode_intro"><br>
|
|
如上图所示<strong>模式</strong>是对应从样机中读取到的<strong>数据流</strong>。一个<strong>模式</strong>对应一个<strong>数据流程图</strong>。<br>
|
|
这些<strong>模式</strong>可能对应不同的通路,如图中的<strong>music</strong>和<strong>echo0</strong>,分别对应了麦克风的ECHO音效和音乐播放的音效。<br>
|
|
同时,多个<strong>模式</strong>也可能对应相同的通路,如<strong>echo0</strong>~<strong>echo3</strong>,这些模式对应ECHO音效的多种不同效果。</p>
|
|
<h3 class="mume-header" id="%E5%BF%AB%E7%85%A7%E5%8A%9F%E8%83%BD">快照功能</h3>
|
|
|
|
<p>快照功能可以帮助调试者快速在不同的参数之间切换试听,同时部分模块还包含了一些预设的模式以供快速调试。<br>
|
|
点击<strong>新增快照</strong>将当前界面的参数状态保存到新的快照,新增加的快照以<b>snap-[x]</b>的方式命名,x为快照序号。<br>
|
|
在快照列表中有两个特殊的快照,分别是 <strong>default</strong> 和 <strong>origin</strong>.</p>
|
|
<ul>
|
|
<li><strong>default</strong> : 快照的参数是当前从下位机读取得到</li>
|
|
<li><strong>origin</strong> : 快照的参数是模块的默认值,且对此快照做出的所有修改在切换到其他快照后都**<u>不会保存**</u>。主要用于生成新的快照</li>
|
|
</ul>
|
|
<blockquote>
|
|
<p>注意:快照只会在工具关闭前保持,当工具关闭后所有快照都会丢失。<span style="color:red"><strong>点击<u>保存音效配置文件</u>或者<u>将配置写入设备</u>按纽会把当前流程图中所有模块最后选中的快照状态下的参数保存或写入到设备</strong></span></p>
|
|
</blockquote>
|
|
<h3 class="mume-header" id="%E5%AF%86%E7%A0%81%E5%8A%9F%E8%83%BD">密码功能</h3>
|
|
|
|
<p>密码功能可以对<strong>音效配置文件</strong>加密,使得连接样机时,需要密码才可以查看相关的信息。<br>
|
|
<img src="assets\passwd.jpg" alt="passwd"><br>
|
|
首先在在已经连接样机的状态下点击<strong>设置->设置密码</strong><br>
|
|
<img src="assets\set_passwd.jpg" alt="set_passwd"><br>
|
|
输入密码,然后通过<a href="#15-%E4%B8%8B%E8%BD%BD%E9%9F%B3%E6%95%88%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6">1.5</a>的下载方法重新下载<strong>音效配置文件</strong>即可。</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body></html> |