Results 1 to 3 of 3

Thread: Skype Voice Changer

  1. #1
    Join Date
    May 2008
    Posts
    3,316

    Skype Voice Changer

    Skype Voice Changer demonstrates how to use NAudio and Skype4COM to allow real-time effects processing of your voice during a Skype conversation. It is developed in C#.The software has many filters for adding different tones to the voice. The software may look bit complex but if you use it, you will know how simple it is to use. NAudio works by constructing an audio playback graph. These effects are used to process MP3 files while they are being played back, and to process the real-time microphone input allowing you to change your voice during a Skype conversation.

    Audio comes in “streams” which can be connected together and modified before eventually they go to a renderer. This might be your soundcard if you are listening to the audio, or it might be to a file on the hard disk. Skype Voice Changer demonstrates the use of NAudio for audio playback and sample manipulation. Eventually, it is intended that the effects framework in this project will become part of the core NAudio library.


    However, it turns out that Skype has a full featured SDK to allow all kinds of third-party add-ons and enhancements. The Skype API can be used in .NET via a COM object, called Skype4Com.

    Download Skype Voice Changer

  2. #2
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Skype Voice Changer

    Skype Voice Changer is a nifty utility that lets you play with it’s options and add effects to your voice while doing audio/video chats. It is a good idea to test your effect first using a local audio file, as you will not easily be able to determine whether glitches and other audio artifacts were caused by your effect.It has 4 different options, Badbussmojo, Chorus, SuperPitch and Rangebaby. Audio mixing and effects are almost always performed with floating point numbers, so one of the first steps after reading audio out of a WAV file is to convert it from 16 bit to 32 bit. NAudio includes the Wave16 To 32ConversionStream class to do this.With extended options like number of voice, lenght and many other factors, it’s loads of fun.

  3. #3
    Join Date
    Feb 2009
    Posts
    240

    Re: Skype Voice Changer

    While selecting effects for use with Skype you should be aware of few things like the audio is mono, so there is no point using any effects such as stereo delay. Also the audio is almost certainly down-sampled to a much lower sample rate before being transmitted to save on network bandwidth.

    Requirements:
    • Microsoft .Net Framework 2.0 installed in the system
    • The software currently works in Windows.


    So just install the tool and let the fun begin.

Similar Threads

  1. Is there voice-changer software for Mac?
    By Naimah in forum Operating Systems
    Replies: 6
    Last Post: 25-01-2013, 03:36 AM
  2. Looking for a voice changer software
    By Jagavee in forum Windows Software
    Replies: 3
    Last Post: 20-11-2010, 03:59 PM
  3. MorphVOX - Voice Changer Application
    By Engg. in forum Technology & Internet
    Replies: 3
    Last Post: 05-06-2009, 11:48 PM
  4. AV Voice Changer Software Diamond 6.0
    By Heavens in forum Software Development
    Replies: 4
    Last Post: 06-01-2009, 01:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,054,549.45591 seconds with 17 queries