Thursday 12 January 2017

Music Library

Greetings Noders!Well, lets talk fast. I am looking for some Node.JS music library that can play music or output it to Node Speaker. (var Speaker = require('speaker'); ...new Speaker();). But the problem with all the libraries is that i was not able to seek through the stream/music/buffer or whatever. What i need are features like this (Play, Stop, Seek (go forward or backward in music), and bool value like isPlaying, also currentTime, totalTime) If anyone know any library that can do this, or have a code with any other library you would save me!I wont stream music to browser where i would play it, the nodejs itself will be the player.

Submitted January 12, 2017 at 05:37PM by bindik

No comments:

Post a Comment