jaruba / wcjs-player

Node Player made for WebChimera.js (libVLC wrapper)
http://webchimera.org/
GNU Lesser General Public License v2.1
178 stars 46 forks source link

Audio track selection menu #69

Open lactzy opened 8 years ago

lactzy commented 8 years ago

I added an audio track selection menu, just like the one for subtitles, but it changes audio tracks. I needed it for a project I'm working on, and thought it could be useful for the main branch.

The new menu is pretty much a direct copy of the original subtitle menu, the behavior is the same (it doesn't show if there's only 1 track, it disappears on the same conditions, etc.). Being a direct copy, it's ugly, I've just recently started working with JS.

Anyways, hope it's useful!

jaruba commented 8 years ago

I'm sure it will be helpful, I'll check it over the weekend and make an on/off parameter for it. Thanks!