Awesome
UniVoice Sample
This repo contains a simple group voice chat application using UniVoice. To learn more about UniVoice
UniVoice requires three key components:
- An audio input implementation
- An audio output implementation
- A network implementation
This project uses the "official" implementations:
- UniVoiceUniMicInput that captures input using the microphone
- UniVoiceAudioSourceOutput that plays audio inside Unity using AudioSource
- UniVoiceAirPeerNetwork that uses AirPeer to send and receive audio data
Demo APK: Demo APKs under github releases.