readme
来自「一款KingB公司的语音编码解码程序」· 代码 · 共 20 行
TXT
20 行
A demo program to test new JCODE voice output.
Using D/A output to play the voice.
The MCU is running in dual clock, 4MHz fast clock and 32768 Slow clock.
A demo program, m_jcode.asm is attached in diskette.
Following the below procedure to test the program by D-version ICE or later.
1. Create a new directory and copy the jcode.zip to it.
2. Unzip the file.
3. Using the adpcm.bat to convert the WAV file to a inc file
for program processing.
4. Open the m_jcode.asm to see the comment to know how to insert these files.
5. The make.bat batch will call KBASM to compile m_jcode and KBLINK to link the
jadpcm.obj object code for ADPCM decoding library. e.g make m_jcode .
6 Go to Windows environment, connect the ICE and open the m_jcode.prj project
file.
7. If the Sounce/Object Files place of project window is not matched with
the current program path, delete and insert it again.
8. Download the program to ICE and run the program, press any Port D keys to
test it.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?