Author Topic: Loud Voice Over  (Read 5112 times)

0 Members and 2 Guests are viewing this topic.

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Loud Voice Over
« on: October 10, 2011, 12:55:08 PM »
I like to keep my volume rather loud in order to have a good range to change based upon what song is playing, etc.  However, when I set the volume low on a song (e.g. set volume at 20) (I am using MediaMonkey) I get a loud response when I ask for data, such as what song is this.  It appears that the response is at max volume.  Is there some way to reduce the volume of the voice over?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #1 on: October 10, 2011, 02:27:45 PM »
sure, just use this action:

TTS.SetVolume 70

to reduce the TTS volume by 30%.  the Default is 100%.

It should remember the volume, I think on subsequent TTS commands, so you could add it once to a startup command macro.

You could also reduce the system sound softmute if you want, instead of the mediamonkey softmute.

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Loud Voice Over
« Reply #2 on: October 11, 2011, 08:42:04 PM »
So I would add that command to the launch mediamonkey command folder?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #3 on: October 11, 2011, 09:17:05 PM »
that could work and might be the easiest for you, or you could create a special command and trigger it with the VC.Loaded event which is fired as soon as VC loads up for the first time.

for help with events you can watch this:


really, you can put it into any command you want as long as it gets executed once before your TTS.  You could put it directly into all your TTS commands if you want but that's a bit of a waste.

Please watch the video and see if you can figure it out.  If not, I'll create a command for you that you can import.  I don't mind doing it, but I also like to see people learn about the features I worked so hard to create!

Let me know how it goes.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #4 on: October 11, 2011, 09:19:00 PM »
you could also create a command "stop yelling at me" :) but you'd have to say it again every time you restarted VC...

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Loud Voice Over
« Reply #5 on: October 13, 2011, 10:44:39 PM »
Well I have had no luck.  I used the tts set volume command under Media monkey launch, Vox Commands, and MM Volume and it apparently does nothing.  I have set the parameter to 20 and then to 80 with no change in TTs volume.  So I set up a new command group TTS set volume with the tts set volume command, but no change in the TTS volume.  I give up.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #6 on: October 13, 2011, 11:44:33 PM »
I am sorry to hear that.  The attached command works exactly as one would expect on my machine.  Can others comment on whether or not the tts.setvolume command works for them?

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: Loud Voice Over
« Reply #7 on: October 14, 2011, 01:52:09 AM »
I am sorry to hear that.  The attached command works exactly as one would expect on my machine.  Can others comment on whether or not the tts.setvolume command works for them?
I'm not sure, but go in windows playback settings and take a look on the point "other programms allowed to control that device".
I hope it help.

Kalle
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #8 on: October 14, 2011, 04:17:28 AM »
Hi Kalle.  It is not clear to me what you are talking about.  ???

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Loud Voice Over
« Reply #9 on: October 14, 2011, 11:24:22 AM »
Thanks James,
We cannot rule out that I just didn't set the command string up correctly.  I will import your solution when I get the chance and see how it goes.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #10 on: October 14, 2011, 12:41:53 PM »
by the way, I think the command I uploaded has no phrase or events associated with it, so to test it you can double click it to open the LCB and then click "Save and Execute"

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: Loud Voice Over
« Reply #11 on: October 14, 2011, 03:01:20 PM »
Hi Kalle.  It is not clear to me what you are talking about.  ???
Sorry for my late answer, there is a option in Windows Audo Settings, that allowed a exclusive modus.
See attached pic, but I'm not sure, if this related with the problem.

Kalle
« Last Edit: October 14, 2011, 03:03:36 PM by Kalle »
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Loud Voice Over
« Reply #12 on: October 14, 2011, 03:29:42 PM »
I don't think it is related.  I don't even know if there is a problem!  There is no problem on my computers anyway.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: Loud Voice Over
« Reply #13 on: October 14, 2011, 08:08:08 PM »
I don't think it is related.  I don't even know if there is a problem!  There is no problem on my computers anyway.
I have no problems too, everthing works perfect.

Kalle
***********  get excited and make things  **********

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Loud Voice Over
« Reply #14 on: October 14, 2011, 09:55:35 PM »
It works now but I still don't see what I was doing wrong.  I set it up to where I can issue the command TTS Set Volume and it will adjust the volume as in the media monkey set volume command in 5% increments.  So I now have what I wanted.  Thanks for the help and there is nothing wrong with the program, just the user.