Download
(5 Kb)
Download
Updated: 03/03/15 08:49 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/03/15 08:49 PM
Created:02/02/15 09:18 PM
Monthly downloads:20
Total downloads:5,124
Favorites:8
MD5:
Audio Control Doctor  Popular! (More than 5000 hits)
Version: 1.01
by: DrGerm [More]
from @DrGerm on the North American MegaServer

DESCRIPTION

This small addon allows you to bind a key (or use slash commands)for muting, unmuting, and/or increasing & decreasing volume from all of the in-game audio settings in addition to enabling / disabling the play in background setting.

FEATURES
  • Master Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Music Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Ambience Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Effects Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Footsteps Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Dialogue Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • User Interface Volume: Mute / Unmute / Increase Volume / Decrease Volume
  • Plays in Background: Enable / Disable
  • Slash Commands (see below)

SLASH COMMANDS
  • /acd = main menu
  • /acdstate = output of status and levels for all audio streams
  • /acdslash = list of available slash commands to use instead of keybindings (keybinding must be set for this to work)
  • /acdhelp = quick help on where to bind keys

EXAMPLE USES
  • Bind master volume for a quick mute when you need to answer the phone or react to some other distracting real life circumstance.
  • Bind music so you can mute and unmute just the music for when you're playing music from a different source.
  • Bind dialogue so you can easily mute prior to talking to bankers or around annoying NPCs you don't want to listen to.

LANGUAGES
  • English
  • Sorry, I don't know any other languages and so I won't be localizing, but if anyone wants, please feel free to do so (or PM me the code and I'll update the code in this addon)

INSTALLATION
  • Install (copy) the folder "Audio Control Doctor" to your Elder Scrolls Online\live\AddOns folder
  • Does not require any dependencies at this time
  • It may not conflict, but "just in case", you should delete the addon "MaloWSoundToggle" if you have this installed

USEAGE

[Bind a Key]
  1. Press Escape
  2. Select "Controls" -> "Keybindings"
  3. Scroll down until you see "Audio Control Doctor"
  4. Bind your key for each setting

[Mute / UnMute]
  1. Press your bound key

KNOWN PROBLEMS
  • I drink too much...
  • I work too much, and game too little..
  • If you bind number keys or keys from the the Number Pad; these won't work during dialog. It seems the default is that any number keys will be locked to dialogue selection at those times.
  • Slash commands for changing audio values will not work without the equivalent keybinding being set.
  • The default UI uses CTRL, SHIFT, ALT which limits other keybinding configurations (could potentially assign many combination if you wanted to use all possible settings in this addon)

----------------------------------------------------------------------------------------------------

BACKGROUND

Initial version (v0.01) was only an update of the addon MaloWSoundToggle by MaloW with updated version number and personalizing variable names. Only a few lines remain from the original version and the scope of this addon now goes much beyond MaloWSoundToggle.

GOALS / TO DO
  • Main Goal: to create bindable keys for enabling/disabling each of the audio streams open to the API wiki.esoui.com/Constant_Values. - DONE
  • Main Goal: settings in the general keybind settings for the user pick which key they wish to bind. - DONE
  • Secondary Goal: to create bindable keys for stepping the volume for each audio stream up and down. - DONE
  • Extra Credit: slash commands for all the above. - DONE
  • Extra Credit: output current audio settings as text in the chat box. - DONE
  • Extra Credit: If I can figure it out. to create a pop up mixer allowing the user to do the same via sliders and check boxes; albeit this probably isn't much more helpful than bringing up the default audio settings, but it saves a few clicks.

WARNINGS
  • I have almost no programming experience whatsoever. I'm making this for my own use because I haven't found another addon to do what I need.
  • I make no guarantees this works on your system with your particular set up. However, I use many different addons, so I hope that if it works for me, it won't have any conflicts in your set up.
  • At this time, there is no testing regarding this addon being used along with any other addons which modify or manipulate in-game sound.
  • I'm a busy guy and I'm a complete newb to making addons; updated features may be slow after I get the major goals completed.
  • I drink while learning how to code this thing; I really dont' know what I'm doing

THANKS
  • MaloW - original basis for this addon (no longer supported); only a few lines of this addon remain in it's original form.
  • Gaulomatic - Kinda ripped the name and this looked like it was closer to what I wanted to develop in functionality but it is no longer functional or supported.
  • SnowmanDK - saw how to format funky colors in the .txt and bindings.xml files from BankManagerRevived
  • Wykkyd - have looked at the code from some addons for examples on how to make addons
  • wiki.esoui.com - examples for basic addon and general info
  • Malukah and Lindsey Stirling - some of the reasons I want to have an easier way to mute / unmute in-game music (and other sounds) in order to better listen to music from my 'other' computer's audio setup on the fly --- PLEASE release more gaming related music !!!
  • Sun King Brewery (Indianapolis, IN) - Makers of the greatest IPA & APA in Indiana (and outside of Tamriel?)
-- v1.01 --
Updated version number to 1.6 release.

-- v1.00 --
Made some major headway; accomplished all my major goals with this addon. This is the first major version (v1.0).
  • Can now bind a key for increasing and decreasing volumes for all audio streams.
  • Continuing to clean up code as I learn a little more.
  • Separated out LUA files to keep similar functions together.
  • Discovered how to output numbers without the trailing zeroes.
  • Few other updates.

-- v0.06 --
  • Added output of audio stream values via slash command, use /acdstatus to display.
  • Also tested on PTS for v1.6.

-- v0.05 --
  • Added slash commands, use /acd to access.
  • House keeping and formatting.

-- v0.04 --
  • Was able to knock out mute / unmute for all the audio settings.
  • Also enabling and disabling the play in background setting.
  • Also fixed the multiple entries in the keybinding settings.

-- v0.03 --
Sorry for the rapid updates, but I think I already discovered how to code my first goal[/list][*]Can now toggle the Master AND Music audio ON/OFF (instead of just sliding the volume from 0 to 100).[/list]I've been testing and this is functional for me so far; further updates may or may not occur based upon my experiences with this working to my satisfaction and my desire to expand functionality.

-- v0.02 --
I think I've changed all original variables (in preparation for having various keybindings); shouldn't conflict (I think) if a user had both MaloWSoundToggle and this addon installed. I will consider this the "first" stable version.

-- v0.01 --
Initial Version[/list][*]Ability to Mute / UnMute Master Volume[/list]
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
1.00
5kB
DrGerm
02/04/15 06:56 PM
0.06
4kB
DrGerm
02/03/15 04:08 PM
0.05
4kB
DrGerm
02/03/15 12:29 PM
0.04
3kB
DrGerm
02/03/15 01:29 AM
0.03
2kB
DrGerm
02/02/15 11:25 PM
0.02
2kB
DrGerm
02/02/15 10:10 PM
0.01
2kB
DrGerm
02/02/15 09:18 PM


Post A Reply Comment Options
Unread 12/21/19, 05:50 AM  
OneSkyGod
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 60
Uploads: 1
Request

Is it possible to change the volume the Mount Sounds when summoned, I got a frost Mount but damn Its so loud ! I wish I could just put the sound down like 25%
Report comment to moderator  
Reply With Quote
Unread 10/25/18, 03:00 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1517
Uploads: 2
still works fine

explanation, because some people cant understand i think how it works

so, if you OFF all your sounds+music in settings, you cant get back all sounds+music at once by this addon

only separate thing
music
ambient
interface
and so on

to be able to ON\OFF all at once you need manually ON everything you want to hear in audio settings
then set Toggle Master Audio key and use it to ON/OFF
Report comment to moderator  
Reply With Quote
Unread 08/12/15, 04:08 AM  
crazyasdf

Forum posts: 0
File comments: 22
Uploads: 0
can you please add chat messages for any triggered events? like "Music is now [off]", maybe even colour-coded (red= off, green = on)
Report comment to moderator  
Reply With Quote
Unread 08/03/15, 12:12 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
request

pls increase the step size for Increase/decrease master volume option(keybinded)

Report comment to moderator  
Reply With Quote
Unread 04/22/15, 06:17 PM  
DrGerm
 
DrGerm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 29
Uploads: 2
Originally Posted by QuadroTony
shame on me
issue solved. thanks for your time
Yay!

*as I give a sigh of relief that I didn't screw something up *
Report comment to moderator  
Reply With Quote
Unread 04/22/15, 10:30 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
shame on me
issue solved. thanks for your time
Report comment to moderator  
Reply With Quote
Unread 04/21/15, 12:59 PM  
DrGerm
 
DrGerm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 29
Uploads: 2
I'm sorry, I don't think I know how to even start troubleshooting that conflict.

Surely they're not using the same variable names I've come up with? That'd be extremely strange.

If anyone wants to take this addon and tweak it and fix this problem, feel free to do so!
Last edited by DrGerm : 04/21/15 at 01:00 PM.
Report comment to moderator  
Reply With Quote
Unread 04/20/15, 04:35 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
afaik alot of people using SweetFX

and for them this addon dont working
Report comment to moderator  
Reply With Quote
Unread 04/16/15, 03:22 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Last edited by QuadroTony : 04/16/15 at 03:22 PM.
Report comment to moderator  
Reply With Quote
Unread 04/16/15, 03:13 PM  
DrGerm
 
DrGerm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 29
Uploads: 2
What is "SweetFX effect"?
Report comment to moderator  
Reply With Quote
Unread 04/16/15, 10:41 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
weird bug

i setup keybind for turn off\on sound

but ahen i push it it also turn on-off my SweetFX effect

lol

P.S so i restart the game and now its just off/on only SweetFX, sound level stay the same
Last edited by QuadroTony : 04/16/15 at 11:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02/03/15, 03:05 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
great! im w8ting fro this addon so long
Report comment to moderator  
Reply With Quote
Unread 02/02/15, 09:42 PM  
DrGerm
 
DrGerm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 29
Uploads: 2
Hello World!

Initial version (0.01) added
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: