How to play ogg audio in electron with node addon?

别来无恙 提交于 2020-01-16 19:07:31

问题


I have an atom electron application that plays Ogg audios with HTML5 Audio API. I'm facing performance issues when running this program in very slow and old computers with Windows OS. I'm trying to fork a new process in electron and play the audios with a module or a node addon. But I'm not finding a module or a node addon to do this. Is there any module or node addon to play Ogg files and work with electron?

来源:https://stackoverflow.com/questions/57164605/how-to-play-ogg-audio-in-electron-with-node-addon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!