tatfook / paracraft

for project management of https://paracraft.keepwork.com
1 stars 2 forks source link

增加录音功能,方便孩子为故事配音,而不用切换软件 #238

Open grandlin opened 5 years ago

grandlin commented 5 years ago

增加录音功能,方便孩子为故事配音,而不用切换软件。 录音之后音频可在电影方块和代码方块中去调用。 image

LiXizhi commented 5 years ago

这个功能我也一直希望加上。 https://stackoverflow.com/questions/16413063/html5-record-audio-to-file 最好用用内置浏览器实现。

LiXizhi commented 5 years ago

在Paracraft电影方块中选择声音文件的旁边, 加一个录制声音文件的按钮。 然后参考scratch的代码, 用内置浏览器实现。 以MOD的形式开发即可。 WavFileEditorMod ImageFileEditorMod