[Release] Voice Clip Sender |
Author: |
Message: |
RaPLeX
Senior Member
Fenerbahce SK
Posts: 543 Reputation: 13
34 / /
Joined: Jun 2005
|
RE: [Release] Voice Clip Sender
Nice script,congrats
|
|
12-22-2006 11:56 AM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
O.P. RE: RE: [Release] Voice Clip Sender
quote: Originally posted by Grue
Just one question- Is there any way to adjust the volume level of the voice clip?
Thanks!
No, there isn't in the current version. I may add this in later. It's a very good idea
quote: Originally posted by Mattike
Maybe Patchou should use voice clips as alternative for the Emotion Sounds?
Patchou wouldn't use voice clips as custom sounds because it defeats the purpose. Custom sounds can be shared, marked with information, etc. But voice clips cannot. Voice clips also have lower quality.
|
|
12-22-2006 04:30 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
O.P. RE: [Release] Voice Clip Sender
Voice Clip Sender has been updated! If you have it installed, you should be prompted to update soon.
The new version contains support for multiple Windows languages, many more sound files, and more. There are also various bugfixes. It is recommended that you update immediately.
This post was edited on 12-22-2006 at 07:20 PM by deAd.
|
|
12-22-2006 07:19 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [Release] Voice Clip Sender
When Send Plus! Sounds in the menu is clicked., no sounds are displayed in the list although i have many. Here is the debug.
quote: Error: Invalid root in registry key "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\CustSounds\036831319C56\Name"..
Line: 154. Code: -2147024894.
Am too sleepy atm . Will look @ the code and let you know the mistake after some time .
Nice script btw .
|
|
12-23-2006 02:49 AM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
O.P. RE: RE: [Release] Voice Clip Sender
|
|
12-23-2006 03:25 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [Release] Voice Clip Sender
PS: since you read sound ID from the registry, take in account that a user can have a private sound library instead of a public sound library.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
12-23-2006 06:57 AM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [Release] Voice Clip Sender
quote: Originally posted by CookieRevised
PS: since you read sound ID from the registry, take in account that a user can have a private sound library instead of a public sound library.
Here is a piece of code from Backup Extreme!
code: try{
SoundsPrivateDB = Shell.RegRead("HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\"+Messenger.MyEmail+"\\Preferences\\SoundsPrivateDB");
if(SoundsPrivateDB == 1){
CustomSoundsRegKey = "HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\"+Messenger.MyEmail+"\\CustSounds";
}else{
CustomSoundsRegKey ="HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\CustSounds";
}
}catch(err){
CustomSoundsRegKey ="HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\CustSounds";
}
|
|
12-23-2006 07:35 AM |
|
|
jameslives
Full Member
Posts: 232 Reputation: 3
Joined: Aug 2004
|
RE: [Release] Voice Clip Sender
is it supposed make voice clips record from the speaker output?
because whichever sound input device i choose no sound is heard
|
|
12-23-2006 01:26 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
O.P. RE: [Release] Voice Clip Sender
What available output devices to do have?
@ Felu / Cookie: I will incorporate Private Libraries
|
|
12-23-2006 02:47 PM |
|
|
jameslives
Full Member
Posts: 232 Reputation: 3
Joined: Aug 2004
|
RE: [Release] Voice Clip Sender
me?
i have phone line, microphone, line in, cd player, tv tuner audio, aux, SPDIF, stereo mix, mono mix in the list in the config
|
|
12-23-2006 03:17 PM |
|
|
Pages: (6):
« First
«
1
2
[ 3 ]
4
5
6
»
Last »
|
|