What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Voice Clip Sender

Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
1 votes - 5 average   [Release] Voice Clip Sender
Author: Message:
RaPLeX
Senior Member
****

Avatar
Fenerbahce SK

Posts: 543
Reputation: 13
33 / Male / Flag
Joined: Jun 2005
RE: [Release] Voice Clip Sender
Nice script,congrats (Y)
[Image: 23rs9ya.gif]
12-22-2006 11:56 AM
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
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
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
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
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
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 [Image: msn_tongue.gif]. Will look @ the code and let you know the mistake after some time [Image: msn_wink.gif].

Nice script btw [Image: msn_happy.gif].
12-23-2006 02:49 AM
Profile E-Mail PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
O.P. RE: RE: [Release] Voice Clip Sender
quote:
Originally posted by -!Felu!-
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 [Image: msn_tongue.gif]. Will look @ the code and let you know the mistake after some time [Image: msn_wink.gif].

Nice script btw [Image: msn_happy.gif].

The error code translates to "The system cannot find the file specified." -- the registry key doesn't exist apparently. :P I will look at this tomorrow as well.
12-23-2006 03:25 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
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
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
jameslives
Full Member
***

Avatar

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
[Image: jmzsigsmall3dd.gif]
12-23-2006 01:26 PM
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
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
Profile PM Find Quote Report
jameslives
Full Member
***

Avatar

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
[Image: jmzsigsmall3dd.gif]
12-23-2006 03:17 PM
Profile PM Find Quote Report
Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On