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

📄 make_all.bat

📁 Voice Commnucation Components for Delphi
💻 BAT
字号:


call _dcc32 pushBMP
@if errorLevel 1 goto exit

call _dcc32 vcAudioTunnel
@if errorLevel 1 goto exit

call _dcc32 vcBASSDemo
@if errorLevel 1 goto exit

call _dcc32 vcBroadcast
@if errorLevel 1 goto exit

call _dcc32 vcChannelSep
@if errorLevel 1 goto exit

call _dcc32 vcDAF
@if errorLevel 1 goto exit

call _dcc32 vcDspFFT
@if errorLevel 1 goto exit

call _dcc32 vcIcyClient
@if errorLevel 1 goto exit

call _dcc32 vcLoopback
@if errorLevel 1 goto exit

call _dcc32 vcMixerDemo
@if errorLevel 1 goto exit

call _dcc32 vcMp3Demo
@if errorLevel 1 goto exit

call _dcc32 vcNetTalk
@if errorLevel 1 goto exit

call _dcc32 vcPulseGen
@if errorLevel 1 goto exit

call _dcc32 vcSampler
@if errorLevel 1 goto exit

call _dcc32 vcScriptor
@if errorLevel 1 goto exit

call _dcc32 vcSoundRec
@if errorLevel 1 goto exit

call _dcc32 vcTalkNow
@if errorLevel 1 goto exit

call _dcc32 vcVoiceChat
@if errorLevel 1 goto exit

call _dcc32 vcWavePlayer
@if errorLevel 1 goto exit

call _dcc32 voiceRecDemo
@if errorLevel 1 goto exit

call _dcc32 vcDspDetectors
@if errorLevel 1 goto exit

call _dcc32 vcDspEQDemo
@if errorLevel 1 goto exit

call _dcc32 vcStreamingRaw
@if errorLevel 1 goto exit


@echo --------------------------
@echo All demos were compiled OK
@goto done

:exit
@echo ---------------------
@echo Some problems on make

:done

⌨️ 快捷键说明

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