Support us as a and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.
These articles are made possible by our ... become a sponsor today!
Introduction
using SteamVoice = HeathenEngineering.SteamworksIntegration.API.Voice.Client;
public static class Voice.Client
What can it do?
capture, compress and decompress voice data.
Related Componenets
How To
Optimal Sample Rate
var rate = API.Voice.Client.OptimalSampleRate;
Decompress Voice
API.Voice.Client.DecompressVoice(data, buffer, out size, rate);