Comment on page
Voice.Client
Support us as a GitHub Sponsor 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 GitHub Sponsors ... become a sponsor today!
using SteamVoice = HeathenEngineering.SteamworksIntegration.API.Voice.Client;
public static class Voice.Client
capture, compress and decompress voice data.
var rate = API.Voice.Client.OptimalSampleRate;
API.Voice.Client.DecompressVoice(data, buffer, out size, rate);
API.Voice.Client.GetAvailableVoice(out compressed);
API.Voice.Client.GetVoice(buffer, out written);
API.Voice.Client.StartRecording();
API.Voice.Client.StopRecording();
Last modified 1mo ago