Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: idea for script
Not with a script, I don't think. Since to alter the pitch of a sound, you'll need to pass the sound through a software DSP to alter the pitch before the sound reaches the soundcard.
As the sound is sent over the internet, could you not just sniff the packets and then modify it? I am sure that somebody found code to intercept all traffic that WLM uses.
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: idea for script
The sounds will be Base64-encoded before being attached to the message, as with any binary file. So the best place to apply the DSP will be either before the sound is encoded for sending, or after it is decoded on receipt.
i don't understand nothing in your programing language... i am a simple user that want to do this "Voice Change", there is any simple way for a guy like me to do it?
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: idea for script
quote:Originally posted by rob_botch
Well, if theye are decoded on receipt, would it not be possible to decode them before sending, and then encode again? Or is that too difficult to do?
Robert
It's not tne encoding and decoding that's hard, it's the getting the data ion the first place that's hard.