⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 equalzr.txt

📁 声音均衡器的源代码程序
💻 TXT
字号:
   K
   a
PHIMAL    Graphic Equalization System
  l       Texas Instruments
  i       21 August 1996
  p       Philip M. Jones II
          Kamal Swamidoss
	  Ported to DSKplus: 11/21/96

Phimal is a five-band graphic equalization system designed to run on a PC
containing a Texas Instruments TMS320C54x DSKplus board (DSK). It
samples an audio signal connected to the DSKplus audio IN jack. It features
a graphical user interface displaying a menu of commands, the current
state of the five bands, and a time graph of the equalized signal.

Contents
--------
I.  Using    Phimal
II. System Requirements


I. Using    Phimal
-------------------
To run Phimal, type "equalzr.bat<Enter>" at the DOS command prompt. This
batch file starts the host and DSKplus parts of the application. The files
main.obj and equalzr.exe must have been built in order for this batch
file to run properly.

The following is a summary of commands:
    PageUp/PageDown         Change the vertical scale of the time graph.

    Up/Down/Right/Left      Adjust the equalization. The highlighted band
                            is the one which can currently be modified.
                            Use Up/Down to equalize the highlighted band.
                            Move to a different band by using Right/Left.

    ESC/Q/q                 Quit the application.

    P/p                     Pause the time graph.    

III. System Requirements
------------------------
Phimal requires an 'C54x DSKplus board connected via the PC parallel port. 

Phimal also requires the file egavga.bgi (part of the Borland Graphics
Interface), and an EGA/VGA display. Make sure this file is in the current
directory where the equalzr.exe file is located.

The following is a list of files in this application:
     hi54x.cpp		DSKplus/PC host communications functions
     eqgrphcs.c         graphics functions
     eqgrphcs.h   
     eqhost.cpp		main() function     
     aic_cfg.asm	
     init_54x.asm	
     init_aic.asm
     init_ser.asm
     interrpt.inc
     init_ser.inc
     init_54x.inc
     aic_cfg.inc
     main.asm          main DSKplus functions
     vectors.asm
     equalzr.bat       main application batch file

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -