You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// create player instance
var player = new Player('./someMusic.mp3');
// play now and callback when playend
player.play(function(err, player){
console.log('playend!');
});`
代码非常简单,第一行一直在执行。安装没报错,运行也没有任何信息。
node版本8.5.0
windows10
The text was updated successfully, but these errors were encountered:
`var Player = require('player');
// create player instance
var player = new Player('./someMusic.mp3');
// play now and callback when playend
player.play(function(err, player){
console.log('playend!');
});`
代码非常简单,第一行一直在执行。安装没报错,运行也没有任何信息。
node版本8.5.0
windows10
The text was updated successfully, but these errors were encountered: