Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
缺少的功能是播放声音。我正在考虑调用可以接受声音名称作为参数的系统库或终端命令。
目标是从例如按钮点击中获得一些声音。
PS。我在带有 Mac OS X Panther 的 iBook G3 上使用 Rebol/view。
不幸的是,MacOS / OSX 不支持Rebol声音端口( )。sound://
sound://
想到的两种解决方法:
1) 基本终端铃
prin #"^G"
2)call出一个健全的工具,如afplay
call
afplay
call [afplay %/System/Library/Sounds/Ping.aiff]