Results 1 to 15 of 16
-
22-12-2009, 15:30 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 3
Text 2 Speech -> Volume not adjustable ?
Hello,
we're testing Teamspeak 3 since yesterday.
A great software but we havent found an option to lower the volume of the Text-2-Speech funktion. The Option "Volume of Soundpack" is useless.
Any workround known ? Bug ?
thank you!
-
22-12-2009, 15:31 #2
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 34
The TTS volume is a Windows-Setting, not a TeamSpeak setting. You can cofigure it via Windows Control Panel.
-
22-12-2009, 15:44 #3
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
Actually i searched for it after i saw another post about this and i couldn't find the TTS volume control in Windows

At least Windows 7 doesn't have it...the others i can't remember.
-
22-12-2009, 16:25 #4
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 3
Same here. I couldnt find the option.
I can edit the speed of speaking, but theres no option to adjust speaking volume. If i choose the volume button the normal windows-mixer is shown.
Options here are: Main-Volume, Wave, SW-Synth, CD-Player, Line-In
OS is WinXP
-
22-12-2009, 16:58 #5
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 34
If you got Windows 7 just open the Control Panel and enter "Speech" into the search box
-
22-12-2009, 17:22 #6
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
And then what?
I still can only see to change the speed of TTS, output device, settings of the Narrator (this isn't the same as TTS, although it uses the same engine) and voice recognition.
-
22-12-2009, 18:19 #7
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Location
- Krün, Germany
- Posts
- 464
Windows TTS output is using the Windows default output device with the volume set in the mixer. So to adjust TTS volume, you need to change the mixer volume either in the system tray or system sound preferences.
I am not aware of a TTS specific volume control in Windows, but correct me if I am wrong with this.
-
22-12-2009, 18:35 #8
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
Even in Windows 7, with the mixer for individual applications sound control i can't set the TTS volume.
-
22-12-2009, 18:41 #9
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 83
Hi,
on windows 7 there doesn't seem to be a way to adjust TTS volume.
Another known voice app is able to adjust TTS volume via a slider.
I thouroughly checked all TTS options in windows, but could not find a way to change the volume.
Any news on the problem that when someone talks using a secondary push-to-talk key (L-CTRL) for a whisper list, he will continue to broadcast after releasing the PTT key when someone connects/disconnects to/from the server or switches channels? The only way to stop broadcasting is to restart the client...
Thanks for reading!
-
22-12-2009, 18:42 #10
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- Sweden
- Posts
- 26
You will have to change in the client code that use the SAPI to output the TTS.
The slider currently only controls the WAVE files volume output, to change the TTS volume you have to embed a variable wrapped around the string like this:
<volume level="90"></volume>
IE, in your say() function you have to wrap it with a volume and a variable.
Easier than pie on a stick!
-
22-12-2009, 18:43 #11
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- Sweden
- Posts
- 26
Is L-CTRL hotkeyed both for DOWN to Activate whisperlist and UP to deactivate it?
Set the hotkey via the Whisper list page in your settings instead of using the hotkey area to avoid this problem.
-
22-12-2009, 18:51 #12
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 83
L-CTRL works fine, I initially have set it on the whisper list and yes, it's hotkeyed both for DOWN and UP, but still - problems start when I talk and someone connects/disconnects at the same time, it wont stop broadcasting until I restart the client. This not only happended to me, but also to several other people...
Last edited by Failure; 23-12-2009 at 00:45.
-
23-12-2009, 00:07 #13
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 3
It seems there is no solution for this problem.
To adjust the main volume isnt a solution for me when im playing games and use ts3.
better i turn off this feature. It's such a shame.
-
23-12-2009, 10:04 #14
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Location
- Krün, Germany
- Posts
- 464
-
20-09-2010, 03:10 #15
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- Canada
- Posts
- 7
Do you have a full example of this?
Ive been unable to get this working correctly, heres a portion of the file.
(note: this is from the actual ini file. I find the "" dont display the same in the client as they do in the script.)
This is what the start of the file looks like:
[info]
name = MySoundPack
version = 0.2
author = TeamSpeak Systems GmbH
readonly = 1
[soundfiles]
#
# Connection
#
CONNECTION_CONNECTED = say("Connected to ${servername}")
CONNECTION_DISCONNECTED = say("Disconnected from ${servername}")
ect.....
And this is what ive tried on CONNECTION_CONNECTED:
CONNECTION_CONNECTED = say("<volume level="50">Connected to ${servername}</volume>")
CONNECTION_CONNECTED = say(<volume level="50">"Connected to ${servername}"</volume>)
CONNECTION_CONNECTED = say<volume level="50">("Connected to ${servername}")</volume>
CONNECTION_CONNECTED = <volume level="50">say("Connected to ${servername}")</volume>
Anyways Ive had no luck with any of these and ive tried a few other variants as well. Maybe you can point me in the right direction?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Default Text to Speech - Speakers Not Headset
By littledave in forum WindowsReplies: 4Last Post: 21-12-2009, 01:43 -
Adjustable Volume..
By Sweet in forum [TeamSpeak 2] General QuestionsReplies: 6Last Post: 20-06-2006, 03:37 -
Speech to Text?
By ReidK in forum [TeamSpeak 2] General QuestionsReplies: 6Last Post: 15-12-2004, 08:16 -
All I Want
By BigRedBrent in forum [TeamSpeak 2] General QuestionsReplies: 3Last Post: 23-11-2004, 12:02 -
text to speech
By october in forum [TeamSpeak 2] General QuestionsReplies: 19Last Post: 04-03-2003, 14:09


Reply With Quote
