Skip to content
View adrenak's full-sized avatar
πŸ’»
πŸ’»

Organizations

@NVIDIAGameWorks @Plakc @digibeings-ai @firexit
Block or Report

Block or report adrenak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adrenak/README.md

Hi there πŸ‘‹

Chances are, you're here from my UniVoice repos. Expand the section below for more info.

πŸ—£οΈπŸŒπŸ”Š UniVoice stuff

I'm still working on unifying UniVoice and making it easier to use. To start, I would recommend going through the following repos in my profile:

  • πŸ—£οΈunivoice: the core repo.
  • πŸ“± univoice-samples: a sample chat app made using univoice. This repo currently uses
  • 🎀 univoice-unimic-input: the repo for capturing audio from Microphones, the most common use case
  • πŸ”‰ univoice-audiosource-output: the repo for playing audio using an AudioSource, again the most common usage.
  • πŸ“Ά univoice-telepathy-network: a repo for local/WLAN networking for univoice. Basically, you can talk within a local network. Note that again with mobile apps, hosting, network discovery and connecting have some caveats.
  • πŸ–₯️ univoice-mirror-network: a repo for Mirror based networking. If your game or app uses Mirror, the integration is very simple and also runs with dedicated servers.

Note that:

  • ❌ univoice-airpeer-network is not production suitable. Airpeer, the underlying library is not IL2CPP compatible. It also uses some old WebRTC code where establishing connection tends to fail a lot.
  • ❌ airsignal and airpeer are archived repos. Avoid developing with them unless you know your usecase and their limitations well.
  • ⚠️ univoice-pun2-network is not production suitable either, but you are welcome to modify it. The core issue (IIRC) was that Photon throttles the amount of data you can send through some custom channels. Since UniVoice doesn't have any sort of audio compression, the size tends to cross the limits very quickly. It did work fine for 2 or 3 participants.

UniVoice has some big improvements lined up, this includes:

  • πŸ“¦ Most, if not all of the UniVoice related repos moving into the core package, so that you don't have to worry about dependencies. Modules would be activated using scripting define symbols in Unity
  • πŸ“±A much better sample scene
  • ✍️ Better documentation and maybe even some video tutorials
  • πŸ—£οΈ Audio compression, echo cancellation, and maybe even encryption (we'll see)
  • πŸ›œ Implementations for Network For GameObjects, PUN2 and maybe also com.unity.webrtc
  • πŸ–₯️ Making it more suitable for dedicated server environments. UniVoice was made with peer-to-peer in mind.

In short, UniVoice is undergoing a lot of changes soon. Those using the repos already would be protected from these changes. It's likely with UniVoice v4, it'll begin a new life with these improvements coming in one by one.

Thanks for the continued support! If you are joining or have been part of the UniVoice journey, give it a Github star ⭐!

Adrenak's GitHub stats

Pinned

  1. tork tork Public

    Arcade vehicle physics for Unity

    C# 420 66

  2. GPUVideoPlayer GPUVideoPlayer Public archive

    Fast video playback on Unity using GPU Decoding

    C++ 122 29

  3. univoice univoice Public

    Voice chat/VoIP solution for unity.

    C# 323 33

  4. unimic unimic Public

    Unity's Microphone class, enhanced.

    C# 106 13

  5. unex unex Public

    Unity3D, extended. Includes hotkeys, C# extensions, utilities and more.

    C# 60 3

  6. airpeer airpeer Public

    A WebRTC based networking plugin for Unity

    C# 46 5