PolyhydraGames.Voice.Core 0.1.0

dotnet add package PolyhydraGames.Voice.Core --version 0.1.0
                    
NuGet\Install-Package PolyhydraGames.Voice.Core -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PolyhydraGames.Voice.Core" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PolyhydraGames.Voice.Core" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="PolyhydraGames.Voice.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PolyhydraGames.Voice.Core --version 0.1.0
                    
#r "nuget: PolyhydraGames.Voice.Core, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PolyhydraGames.Voice.Core@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PolyhydraGames.Voice.Core&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Voice.Core&version=0.1.0
                    
Install as a Cake Tool

PolyhydraGames Voice Orchestration

Voice orchestration stack for Polyhydra Games.

This repo owns the shared voice boundary instead of only text-to-speech:

  • wake word detection
  • speech-to-text
  • text-to-speech
  • Linux and other host adapters
  • orchestration between passive listen, active command capture, and response output

Current scope

  • PolyhydraGames.Tts.Core
  • PolyhydraGames.Tts.ElevenLabs
  • PolyhydraGames.Tts.Piper
  • PolyhydraGames.Tts.Linux
  • PolyhydraGames.Tts.Tests

What this repo is for

  • define the shared voice contracts
  • keep provider and host-adapter packages separated
  • document the orchestration state machine that will sit above STT, wake word, and TTS
  • publish reusable NuGet packages for downstream apps

What is not here yet

  • wake word provider packages
  • STT provider packages
  • a full orchestration runtime/state machine package

Docs

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PolyhydraGames.Voice.Core:

Package Downloads
PolyhydraGames.Stt.Core

Shared speech-to-text contracts for the voice orchestration stack.

PolyhydraGames.WakeWord.Core

Shared wake-word contracts for the voice orchestration stack.

PolyhydraGames.Voice.Orchestration

Voice session orchestration package for wake-word, STT, and TTS coordination.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 177 5/6/2026