|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
|
2008-9-24 22:36 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-9-24 22:48 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
3 楼』:
JAMES BOND -- 007主题曲
JAMES BOND 主题曲, 已经更新,完整版本看附件,化了我一晚上敲键盘打出来的。。。。。吹牛ING)
看到KIX 的脚本可以做到,不知道有没有其他更容易的办法。
如果有软件能将一个MP3转换成这些字符串就好了。
WKIX32.EXE play.kix
play.kix (JAMES BOND 主题曲)
-----------------------------------------------------------
PLAY "0g256t 0g8d247f 4d165f 247f 8d262f 4d165f 262f 8d277f 4d165f
277f 8d262f 4d165f 262f 8d247f 4d165f 247f 8d262f 4d165f
262f 8d277f 4d165f 277f 8d262f"
-------------------------------------------------------------
The string or file consists of a sequence of commands indicating the frequency and duration of the tones to play. The following commands are available:
• F or f - frequency
This command causes a tone to be produced at the current frequency. The initial current frequency is 1000Hz. To change the value, indicate the desired frequency immediately followed by the f character. For example, to produce a tone at 1500Hz, specify 1500F.
• G or g - gap
This command sets the number of timer ticks (1 second = 18 ticks) of silence between individual tones. The number of timer ticks between tones is specified as a number immediately followed by G. The initial value is 0.
• D or d - duration
This command sets the length (in timer ticks) of each tone. For example, to make each tone last about a third of a second, use the command 6d.
• T or t - tempo
This command scales the duration of each tone. This allows you to change the duration of a series of tones globally, without having to change each of the individual duration commands.A tempo value of 256 indicates normal tempo. A value of 4df lasts:
• 2 timer ticks, when the tempo is set to 128
• 4 timer ticks, when the tempo is set to 256
• 8 timer ticks, when the tempo is set to 512
还可以播放WAV文件:
play2.kix
play file "C:\WINDOWS\Media\Windows XP Shutdown.wav"
[ Last edited by uiopuiop on 2008-9-25 at 06:08 PM ]
附件
1: 007.music.zip (2008-9-25 17:34, 148.11 K,下载次数: 63)
|
|
2008-9-24 23:02 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
4 楼』:
Quote: | Originally posted by tireless at 2008-9-24 10:48 PM:
可以鸣叫,可以说话,唱歌... |
|
请问高手是如何让批处理 “说话” 的? 哈哈,播放WAV文件不算哦。
|
|
2008-9-24 23:18 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第
5 楼』:
以下引自 http://bbs.verybat.org/viewthrea ... hlight=%CB%B5%BB%B0
@echo off
title 爆笑机器人说话(发音不太标准)
echo 国语:好好学习,天天向上!认真学习P处理。
mshta vbscript:createobject("sapi.spvoice").speak("hou hou share she, tian tian xiang shang, ren zhen share she P chu li.")(window.close)
@echo off
title 爆笑机器人说话(发音不太标准)
echo 鸟语?!:大家好,俺是机器人,俺也学习批处理,俺最稀罕非常批处理,俺在东北
mshta vbscript:createobject("sapi.spvoice").speak("dar jia hou, an she ji qi ren, an year share she P chu li, an zui she han fei chuang P chu li, an zai dong bei")(window.close) ----------------------------------------------------------------------------
可爱批处理——听听鬼佬说中文
http://bbs.verybat.org/thread-4101-1-1.html
[ Last edited by tireless on 2008-9-24 at 03:28 AM ]
|
|
2008-9-24 23:21 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
6 楼』:
强! 无语。。。。
学无止境。
不知道有没有让批处理鸣叫 (不用第三方工具)的方法?
[ Last edited by uiopuiop on 2008-9-24 at 11:44 PM ]
|
|
2008-9-24 23:43 |
|
|
zqz0012005
中级用户
积分 297
发帖 135
注册 2006-10-21
状态 离线
|
|
2008-9-25 00:45 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
8 楼』:
Quote: | Originally posted by zqz0012005 at 2008-9-25 12:45 AM:
echo
那个黑点是在cmd中按Ctrl+G生成的 |
|
就一个嘟音,有没有其他的声音啊?
echo ^G>test.txt
type test.txt (鸣叫一次)
或者: 先 echo ^@type ^>nul 2^>^&1 >test.bat
test.bat 内容为:
type >nul 2>&1
或者:echo echo >test.bat
test.bat (鸣叫两次)
或者: 想什么时候叫就什么时候叫
set beep=
echo %beep% %beep% %beep%
[ Last edited by uiopuiop on 2008-9-25 at 02:43 PM ]
|
|
2008-9-25 11:34 |
|
|
bluewaterx
初级用户
积分 132
发帖 68
注册 2008-7-29
状态 离线
|
『第
9 楼』:
你试试,包你满意
@echo off
echo set mp3=createobject("wmplayer.ocx")>ps.vbs
echo mp3.url="%windir%\Help\Tours\WindowsMediaPlayer\Audio\Wav\wmpaud5.wav">>ps.vbs
echo wscript.sleep 1000>>ps.vbs
echo wscript.sleep mp3.currentmedia.duration*1000>>ps.vbs
echo wscript.quit(1)>>ps.vbs
start ps.vbs
|
|
2008-9-25 15:34 |
|
|
uiopuiop
中级用户
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第
10 楼』:
不错,看看我3楼附件里的作品。如果再跳点动画就更COOL了。
|
|
2008-9-25 18:14 |
|
|
bluewaterx
初级用户
积分 132
发帖 68
注册 2008-7-29
状态 离线
|
『第
11 楼』:
Quote: | Originally posted by uiopuiop at 2008-9-25 06:14 PM:
不错,看看我3楼附件里的作品。如果再跳点动画就更COOL了。 |
|
我机箱里的腊巴线我没插,开机时的嘀嘀声半夜听起来太吵了坏了-.=
|
|
2008-9-25 18:25 |
|
|
zqz0012005
中级用户
积分 297
发帖 135
注册 2006-10-21
状态 离线
|
|
2008-9-25 18:46 |
|
|
radem
高级用户
CMD感染者
积分 691
发帖 383
注册 2008-5-23
状态 离线
|
『第
13 楼』:
verybat不是关了吗
|
|
|
2008-9-26 00:47 |
|
|
tireless
银牌会员
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-10-1 15:57 |
|
|
kaikai163
初级用户
积分 107
发帖 60
注册 2007-11-7
状态 离线
|
|
2008-10-3 13:07 |
|