📄 index_demos.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="author" content="Lake of Soft, Ltd">
<META name="keywords" content="voice,voip,delphi,builder,bcb,audio,tcp,udp,connection,broadcast,record,playback,sample,rate,pcm,compression,codec,mixer,resample,mp3,acm,streaming,conference,wav,vorbis,bass,shoutcast">
<TITLE>Audio streaming components for Delphi and C++ Builder :: Samples </TITLE>
<LINK rel="STYLESHEET" type="text/css" href="main.css">
</HEAD>
<BODY BGCOLOR="WHITE">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0"><TR>
<TD width="100%" valign="middle" align="left"><A href="http://lakeofsoft.com/"><IMG src="pix/logo.gif" width="134" height="41" hspace="10" vspace="0" border="0" alt="" /></A></TD>
</TR></TABLE>
<TABLE bgcolor="#808080" width="100%" cellspacing="0" cellpadding="0" border="0"><TR>
<TD><IMG src="pix/pixel.gif" width="1" height="1" hspace="0" vspace="0" border="0" alt="" /></TD>
</TR></TABLE>
<TABLE width="640" cellspacing="0" cellpadding="0" border="0">
<TR>
<TD align="right" valign="top">
</TD>
<TD rowspan="2"><IMG src="pix/pixel.gif" width="20" height="0" alt="" /></TD>
<TD rowspan="2" width="540" valign="top" class="normal">
<SPAN class="head">Home :: Products :: Voice Communicator components :: Demo package</SPAN>
<P>Last updated: April 2007
<DIV>
<P>Demo package for <A href="http://lakeofsoft.com/vc/">Voice Communicator</A> components includes a set of rich-featured sample applications which show the power of the product.
</P>
<P>This package can be freely <A href="http://lakeofsoft.com/vc/download.html">downloaded</A> and includes binary files as well as actual sources of samples for a reference.
</P>
<P>Sample appliactions do not require much to be running: Microsoft Windows 98 or later, TCP/IP stack and one or more sound card.
To install the package simply follow the instruction of setup program. To remove it, use uninstall program located in Start Menu group for VC 2.5 Demos (or the root folder of installation directory). Alternatively select VC 2.5 Demos from Settings \ Control Panel \ Add Remove Programs.
</P>
<P>Below is detailed description of all the samples included in the package. For more information about the product itself please refer to the <A href="http://lakeofsoft.com/vc/doc/readme_pro.html">VC components readme</A> file.
</P>
<P>For support and contact information please visit our <A href="http://lakeofsoft.com/i_feedback.html">feedback</A> page.
</P>
<TABLE border="0">
<THEAD>
<TR class="small" bgcolor="#DFDFDF">
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><B>Title</B></TD>
<TD><B>Status</B></TD>
<TD><B>Description</B></TD>
</TR>
</THEAD>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#base">Simple console samples</A></TD>
<TD></TD>
<TD>Just a quick show of basic tasks, such as audio recording, playback and encoding.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#fconv">Format converters</A></TD>
<TD></TD>
<TD>Several converters for OGG/MP3/WAV file formats. All use third-party external encoders.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcwaveplay">Wave Player</A></TD>
<TD></TD>
<TD>A simple WAV file player with tempo and volume controls.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcsampler">Sampler</A></TD>
<TD></TD>
<TD>Software audio mixer, resampler, recorder and playback application.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcpulsegen">Pulse Gen</A></TD>
<TD></TD>
<TD>Real-time sine generator with WAV recorder and frequency band display.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcloopback">Loopback</A></TD>
<TD>Updated</TD>
<TD>Loops recording to playback and shows the latency. Also shows how to change the size of chunk at run-time.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#voicerec">Voice Recording</A></TD>
<TD>Updated</TD>
<TD>Records a voice, detects silence and removes it from target file.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcdaf">DAF</A></TD>
<TD></TD>
<TD>Simple delayed audio feedback (DAF) sample, which shows how to achieve controllable latency of 20 ms or higher.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcfft">Frequency Bands</A></TD>
<TD></TD>
<TD>Creates and shows a number of frequency bands displays connected to one source.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#dspeq">EQ and Splitter</A></TD>
<TD>New</TD>
<TD>Shows how to use equalizer and frequency splitter from DSP Library.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#dspnoise">Noise Detector</A></TD>
<TD>New</TD>
<TD>Displays how different configuration parameters affect the level and noise detectors from DSP Library.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcsoundrec">Tape Recorder</A></TD>
<TD></TD>
<TD>A simple sound recording sample features a digital tape recorder functions.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcmixer">Mixer Demo</A></TD>
<TD></TD>
<TD>Shows how to use system mixer control. Similar to VolumeControl system application.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcvoicechat">Voice Chat</A></TD>
<TD></TD>
<TD>Basic TCP/IP voice and text chat sample.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#pushbmp">Push BMP</A></TD>
<TD></TD>
<TD>Shows how to exchange data (pictures) while streaming using one connection.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vctalknow">Talk Now</A></TD>
<TD>Updated</font></TD>
<TD>Basic TCP/IP peer-to-peer audio streaming application with bandwidth display.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcnettalk">Net Talk</A></TD>
<TD></TD>
<TD>More advanced TCP/IP peer-to-peer audio streaming sample.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcaudiotunnel">Audio Tunnel</A></TD>
<TD></TD>
<TD>A simple peer-to-peer audio TCP/IP tunnel, which allows two parties to communicate with each other via proxy server.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcbroadcast">Broadcast</A></TD>
<TD></TD>
<TD>Shows how to broadcast compressed audio over LAN.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcmp3demo">DLL Encoder Demo</A></TD>
<TD></TD>
<TD>Records and plays back MP3/OGG streams. Can also stream audio over TCP/IP connection in real time. Uses third-party external audio encoders.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#vcscriptor">Scriptor</A></TD>
<TD></TD>
<TD>Shows how to create and execute simple but powerful scripts, making it possible to create any kind of audio streaming at run-time.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcicyclient">Icy Streamer</A></TD>
<TD></TD>
<TD>Stream to and/or listens for audio from SHOUTcast compatible server. Uses third-party external audio encoders.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#rawstreamer">RAW Streamer</A></TD>
<TD>New</TD>
<TD>Streams raw audiod data over TCP/IP. No custom packet headers or protocol is used.</TD>
</TR>
<TR class="small" bgcolor="#FFFFFF">
<TD><A HREF="#vcmulticonsumer">Multi-consumer</A></TD>
<TD></TD>
<TD>Shows how to distribute one audio source to any number of audio consumers, such as IP Server, WAV file recorder and others.</TD>
</TR>
<TR class="small" bgcolor="#DFDFDF">
<TD><A HREF="#mediagate">One-to-many streaming Server and Client</A></TD>
<TD></TD>
<TD>Receives and distributes one audio stream to several clients over TCP/IP network.</TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -