Aveek-Saha / DuskPlayer

A minimal music player built on electron.
https://github.com/Aveek-Saha/MusicPlayer/releases/
MIT License
200 stars 59 forks source link

Feature Request - Chiptune/Multitrack support #10

Closed tracker1 closed 5 years ago

tracker1 commented 5 years ago

Would be cool to be able to playback scene/multitrack audio. It looks like there's already a chiptune module that could be on the node side to pass a PCM stream to the audio player component.

https://github.com/Guichaguri/node-chiptune

Aveek-Saha commented 5 years ago

It seems like there is a library similar to Howler for chiptune, called chiptune.js. Dusk Player is closely integrated with the howler library, and adding support for chiptune would mean changing the entire player back-end. So as of now I don't think this will be possible.