vcchannelsep.dpr
来自「Voice Communicator (VC) 一套处理音频压缩的的控件包」· DPR 代码 · 共 48 行
DPR
48 行
(*
----------------------------------------------
vcChannelSep.dpr
vcChannelSep demo application - project source
----------------------------------------------
This source code cannot be used without
proper license granted to you as a private
person or an entity by the Lake of Soft, Ltd
Visit http://lakeofsoft.com/ for more information.
Copyright (c) 2002, 2007 Lake of Soft, Ltd
All rights reserved
----------------------------------------------
created by:
Lake, 10 Jan 2003
modified by:
Lake, Jan 2003
----------------------------------------------
*)
{$I unaDef.inc}
program
vcChannelSep;
uses
Forms,
u_channelSep_main in 'u_channelSep_main.pas' {Form1};
{$R *.res}
{$R unaWindowsXP.res } // we are OK with XP themes
begin
Application.Initialize;
Application.Title := 'VC 2.5 Pro - PCM Channel Separation demo';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?