Skip to content

ai-kana/SVD-API

Repository files navigation

SVD-API

Easy to use API lib for @Senior-S's steam voice api

Usage

  1. Install SVD-API
dotnet add package SVD-API
  1. Create a SVDClientFactory
SVDClientFactory factory = new("UserName", "Api-Key");
  1. Create a SVDClient
SVDClient client = await factory.CreateClientAsync();

TODO

  • Add audio capture helpers
  • Add audio playback helpers

About

API lib for @Senior-S's steam voice api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages