IonDen / ion.sound

JavaScript plugin for playing sounds and music in browsers

Home Page:http://ionden.com/a/plugins/ion.sound/en.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Master volume

pudovmaxim opened this issue · comments

For set master volume in documentation exist example:

ion.sound.volume({volume: 0.5});

But if see at code, then method volume call _method and argument name must be set as false for change master volume. In other case it tried to call method for sounds with name as object's data

I will check this, thanks for mention.

Any update on this issue?

I will fix bugs next weekend

Wow! Where can I sign to get this kind if Weekends :D

@X-Tender, sorry. Unexpected delay. Soon it will be fixed.

Got this working, like so:

ion.sound.volume(false, {volume: vol});

@Vimiso, thanks for finding workaround. I have no time to fix it now. Will get back to work in a month or so.