dbkynd / controlcast

A Launchpad Controller desktop application for streamers
MIT License
96 stars 38 forks source link

Kill Audio doesn't work #6

Closed Const4ntFlux closed 8 years ago

Const4ntFlux commented 8 years ago

The Kill Audio button in the lower left hand of the screen doesn't seem to work.

Expected behavior was: Any audio file being played back would stop when pressing Kill Audio.

dbkynd commented 8 years ago

This also works for me locally. Any error in the Chrome Dev Tools console?

Audio is played via the HTML5 audio API which was available to me by default by using Electron. http://electron.atom.io/

dbkynd commented 8 years ago

I expect once #5 is fixed this will follow suit.

Const4ntFlux commented 8 years ago

Indeed it did.