CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - delphi code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Audio program
midi program
mpeg mp3
VOIP program
DVD
Streaming Mpeg4
Video Capture
Search - delphi code - List
[
Audio program
]
SkyAudioMeter2
DL : 1
这个小控件其实是为我自己的一个简单播放器做的。 目前这个版本只实现了基本功能,因为我在网上没找到现成的带源码的Delphi控件, 所以自己参考一些C代码写了这个小东东。 希望这个小东东对感兴趣的朋友有所帮助。因为我对音频方面的API了解不多,所以 目前做得还不是很好(比WinAmp差了很多),如果哪位有了改进,别忘了告诉我啊! 纯粹一时兴趣之作,权当抛砖引玉,写得不好请勿见怪。 祝你愉快! EMail: iamdream@yeah.net 写于 2006-04-04 21:49 的上海-this a small component of my own players one simple to do. The current version only achieve the basic functions of the Internet because I did not find a ready source with the Delphi controls, his reference to some C code to write this small Eastern. Hope this small Eastern to interested friends help. Because I respect the right audio API know much about it, now is not doing very good (WinAmp worse than a lot), if any improvements, do not forget to tell me ah! 1:00 purely for the interest in, right when something is not well written sorry. Wish you a happy! That extension : iamdream@yeah.net wrote in the Shanghai 2006-04-04 21:49
Date
: 2008-10-13
Size
: 190.31kb
User
:
tanjun
[
Audio program
]
ReportDesign
DL : 0
如何使程序在运行时自动注册ActiveX控件 Last updated on 2007-01-05 01:14:23 单身白领浪漫交友,认准亚洲交友中心 编写Delphi应用程序时,经常会遇到一些ActiveX控件[注:扩展名为OCX的控件或DLL的类型库],它们为应用程序的开发提供了简单的操作途径。然而,这些程序在发布的同时,面临ActiveX控件注册问题。解决途径:一、用安装程序制作打包文件,往往会给增加程序本身的大小,系统重装时,则必须重新安装它;二、用程序本身进行代码编写函数的形式处理它。 使用方法分为两种: 一、直接把可视化的ActiveX控件放到程序中; 二、运行时根据需要实时建立。 如果是直接使用,则应用程序在初始化的过程中会自动寻找、创建所需的ActiveX控件,如果控件没有注册,初始化程序会产生一个异常,捕捉并处理这个异常。 在程序Form中加入一个新的方法: unit UAutoRegActiveX interface-how that process at runtime automatic registration ActiveX Last updated on 2 007-01-05 01:14:23 single white-collar romantic friends. Recognizing the Center for Asian friends Delphi application procedures, often encounter some ActiveX controls [Note : The expansion called OCX controls or the type of DLL] for their application development provide a simple way to operate. However, the issuance of these procedures while facing ActiveX registration. Solution : First, use the setup program produced packaging paper can often increase the size of the process itself, the system of heavy equipment, we must re-install it; Second, the procedures themselves function code in the form of the preparation to deal with it. Use divided into two categories : one, directly to the visualization of ActiveX cont
Date
: 2008-10-13
Size
: 955.11kb
User
:
dgdfg
[
Audio program
]
SkyAudioMeter2
DL : 0
这个小控件其实是为我自己的一个简单播放器做的。 目前这个版本只实现了基本功能,因为我在网上没找到现成的带源码的Delphi控件, 所以自己参考一些C代码写了这个小东东。 希望这个小东东对感兴趣的朋友有所帮助。因为我对音频方面的API了解不多,所以 目前做得还不是很好(比WinAmp差了很多),如果哪位有了改进,别忘了告诉我啊! 纯粹一时兴趣之作,权当抛砖引玉,写得不好请勿见怪。 祝你愉快! EMail: iamdream@yeah.net 写于 2006-04-04 21:49 的上海-this a small component of my own players one simple to do. The current version only achieve the basic functions of the Internet because I did not find a ready source with the Delphi controls, his reference to some C code to write this small Eastern. Hope this small Eastern to interested friends help. Because I respect the right audio API know much about it, now is not doing very good (WinAmp worse than a lot), if any improvements, do not forget to tell me ah! 1:00 purely for the interest in, right when something is not well written sorry. Wish you a happy! That extension : iamdream@yeah.net wrote in the Shanghai 2006-04-04 21:49
Date
: 2025-12-16
Size
: 190kb
User
:
[
Audio program
]
SWEEPGEN
DL : 0
delphi下驱动声卡发声的程序,可以发出任意频率和幅度的声音.-delphi audible sound card drivers under the procedures can be issued arbitrary frequency and amplitude of the voice.
Date
: 2025-12-16
Size
: 204kb
User
:
流星
[
Audio program
]
ReportDesign
DL : 0
如何使程序在运行时自动注册ActiveX控件 Last updated on 2007-01-05 01:14:23 单身白领浪漫交友,认准亚洲交友中心 编写Delphi应用程序时,经常会遇到一些ActiveX控件[注:扩展名为OCX的控件或DLL的类型库],它们为应用程序的开发提供了简单的操作途径。然而,这些程序在发布的同时,面临ActiveX控件注册问题。解决途径:一、用安装程序制作打包文件,往往会给增加程序本身的大小,系统重装时,则必须重新安装它;二、用程序本身进行代码编写函数的形式处理它。 使用方法分为两种: 一、直接把可视化的ActiveX控件放到程序中; 二、运行时根据需要实时建立。 如果是直接使用,则应用程序在初始化的过程中会自动寻找、创建所需的ActiveX控件,如果控件没有注册,初始化程序会产生一个异常,捕捉并处理这个异常。 在程序Form中加入一个新的方法: unit UAutoRegActiveX interface-how that process at runtime automatic registration ActiveX Last updated on 2 007-01-05 01:14:23 single white-collar romantic friends. Recognizing the Center for Asian friends Delphi application procedures, often encounter some ActiveX controls [Note : The expansion called OCX controls or the type of DLL] for their application development provide a simple way to operate. However, the issuance of these procedures while facing ActiveX registration. Solution : First, use the setup program produced packaging paper can often increase the size of the process itself, the system of heavy equipment, we must re-install it; Second, the procedures themselves function code in the form of the preparation to deal with it. Use divided into two categories : one, directly to the visualization of ActiveX cont
Date
: 2025-12-16
Size
: 955kb
User
:
dgdfg
[
Audio program
]
text_to_wave
DL : 0
语音转成文字的源代码,特别适合初学者看,通过本实例可以让你了解本类编程的基本思路-Voice into text source code, particularly suitable for beginners to see the passage of this example can let you know the type of programming the basic ideas
Date
: 2025-12-16
Size
: 1kb
User
:
青林
[
Audio program
]
Recording
DL : 0
一款录音软件源码,用delphi 6编制。程序很适用。-a delphi audio system code.
Date
: 2025-12-16
Size
: 379kb
User
:
wanyusen
[
Audio program
]
recordtool
DL : 0
简单的录音和播放源代码实例,在delphi mediaplayer 控件基础上;-A simple recording and playback source code examples, based on the delphi mediaplayer control
Date
: 2025-12-16
Size
: 375kb
User
:
jine
[
Audio program
]
AVILoader
DL : 0
Delphi 写的如何读取avi格式文件内容的源代码-This code demonstrates how to read an avi file
Date
: 2025-12-16
Size
: 163kb
User
:
Shane
[
Audio program
]
DI_TEST
DL : 0
DirectX Input delphi sample source code
Date
: 2025-12-16
Size
: 226kb
User
:
Andrew Smirnov
[
Audio program
]
DM_TEST.ZIP
DL : 0
DirectX Music delphi sample source code
Date
: 2025-12-16
Size
: 229kb
User
:
Andrew Smirnov
[
Audio program
]
Voicecontrol-
DL : 0
Delphi编写可以控制系统左声道,右声道,音量大小的代码-Delphi control system can be written left channel, right channel, volume size of the code
Date
: 2025-12-16
Size
: 170kb
User
:
胡坚
[
Audio program
]
stream-player
DL : 0
Stream Audio Player delphi source code
Date
: 2025-12-16
Size
: 184kb
User
:
denis7656
[
Audio program
]
SpeechLib_TLB
DL : 0
Sample Code For Work SAPI Engine In Windows And Control Speech In Windows With Delphi
Date
: 2025-12-16
Size
: 50kb
User
:
hamed
[
Audio program
]
BatEye-source
DL : 0
BatEye Source Code - Delphi
Date
: 2025-12-16
Size
: 1.44mb
User
:
kameni
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.