Voice Chat allows you to add in-game voice communication to your unity project, it does not rely on any external services or servers. It's completely contained inside of your project! Be sure to check out the video demo, audio quality sample and the manual
Features
* Windows, OS X and Web Player support
* 8Khz and 16Khz sample rates
* Supports Speex and A-Law audio encoding
* Optional Zlib stream compression
* Push-to-talk and Toggle-to-talk keys
* Auto-detect speech (if enabled, dont require key to be held down for speaking)
* Can be plugged into any networking package as long as you can send int, short, byte and byte[]
* Comes with pre-built support for the default Unity Networking