Skip to content

Releases: Metater/MetaVoiceChat

MetaVoiceChat v4.2

Choose a tag to compare

@Metater Metater released this 20 Dec 06:00

12/20/2025 (v4.2):

  • MirrorNetProvider: Fix null reference if a player joins late with incoming audio frames #21. Thanks @EterniumDev

MetaVoiceChat v4.1

Choose a tag to compare

@Metater Metater released this 28 Oct 02:00

10/27/2025 (v4.1):

  • Fix VcAudioSourceOutput non-deterministic initialization order bug that caused NREs. Thanks @ctxpower on Discord!

MetaVoiceChat v4

Choose a tag to compare

@Metater Metater released this 15 Oct 20:43

10/15/2025 (v4):

MetaVoiceChat v3

Choose a tag to compare

@Metater Metater released this 22 Aug 03:33

8/21/2025 (v3):

  • FishNet support by @maxkratt. Thank you so much!
  • Change Mirror implementation define symbol #if
  • Audio source play on awake set to false and stopped during config
  • README updates

MetaVoiceChat v2.3

Choose a tag to compare

@Metater Metater released this 08 Aug 02:26

8/7/2025 (v2.3):

  • Changes by @TheTechWiz5305
    • Mirror network provider now includes #if MIRROR || UNITY_SERVER to make server build usage of MetaVoiceChat easier
    • .gitignore and delete LICENSE.meta (GitHub thinks it is another license)

MetaVoiceChat v2.2

Choose a tag to compare

@Metater Metater released this 27 Jul 05:36

7/27/2025 (v2.2):

  • Video tutorial: https://youtu.be/2fSqSAnRS5M
  • Discord support and contact section in README
  • Echo empty frames locally even when echo is disabled
  • Add MirrorVR to README
  • Namespace RnnoiseVcInputFilter

MetaVoiceChat v2.1

Choose a tag to compare

@Metater Metater released this 18 Jul 22:47

7/18/2025:

MetaVoiceChat v2

Choose a tag to compare

@Metater Metater released this 18 Jul 02:28

7/17/2025:

  • Example code and screenshots for advanced usage
  • 48kHz audio (was 16kHz)
  • Improved VcMicAudioInput and VcMic
    • OnActiveDeviceChanged event
    • Automatic microphone reconnection
    • SetSelectedDevice(string device) to control automatic reconnection
  • Better namespaces (removed Assets.Metater)
  • Microphone devices listener utility
  • Warnings for incorrect VC input and output filter usage
  • Fixed VcAudioSourceOutput bug (audio loop when no data received instead of clearing)
  • Added Mirror server build warning
  • More intuitive local echo functionality
  • Better documentation