声卡 (Sound Card)
物品命令:/give @p oc2:sound_card 64

矿物词典: oc2:devices (21)oc2:devices/card (4)

可以使用 lua/micropython 的 API 来播放原版 MC 的音效。

播放声音的API是非堵塞的。

lua 示例:

local d=require("devices")
local s=d:find("sound")
s:playSound("entity.creeper.primed")

micropython 示例:

import devices
d=devices.DeviceBus("/dev/hvc0")
s=d.find("sound")
s.playSound("entity.creeper.primed")
声卡 (Sound Card)
声卡 (Sound Card)
资料分类:硬件
最大叠加:64个 / 组

短评加载中..