PolyhydraGames.Stt.Core 0.1.0

dotnet add package PolyhydraGames.Stt.Core --version 0.1.0
                    
NuGet\Install-Package PolyhydraGames.Stt.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.Stt.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.Stt.Core" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="PolyhydraGames.Stt.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.Stt.Core --version 0.1.0
                    
#r "nuget: PolyhydraGames.Stt.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.Stt.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.Stt.Core&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Stt.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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PolyhydraGames.Stt.Core:

Package Downloads
PolyhydraGames.Voice.Orchestration

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

PolyhydraGames.Stt.Linux

Linux STT wrapper package for the voice orchestration stack.

PolyhydraGames.Stt.Windows

Windows STT wrapper package for the voice orchestration stack.

PolyhydraGames.Stt.Maui

MAUI STT wrapper package for the voice orchestration stack.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 137 5/6/2026