PolyhydraGames.Tts.Core 2.0.0.15

dotnet add package PolyhydraGames.Tts.Core --version 2.0.0.15
                    
NuGet\Install-Package PolyhydraGames.Tts.Core -Version 2.0.0.15
                    
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.Tts.Core" Version="2.0.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PolyhydraGames.Tts.Core" Version="2.0.0.15" />
                    
Directory.Packages.props
<PackageReference Include="PolyhydraGames.Tts.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.Tts.Core --version 2.0.0.15
                    
#r "nuget: PolyhydraGames.Tts.Core, 2.0.0.15"
                    
#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.Tts.Core@2.0.0.15
                    
#: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.Tts.Core&version=2.0.0.15
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Tts.Core&version=2.0.0.15
                    
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 (3)

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

Package Downloads
PolyhydraGames.Tts.ElevenLabs

ElevenLabs text-to-speech provider implementation for PolyhydraGames.Tts. Provides high-quality neural voice synthesis.

PolyhydraGames.Tts.Piper

Piper local text-to-speech provider for PolyhydraGames.Tts. Provides fast, offline neural voice synthesis using Piper.

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
2.0.0.15 355 5/7/2026
2.0.0.14 109 5/6/2026
2.0.0.13 108 5/6/2026
2.0.0.12 118 5/6/2026
2.0.0.11 107 5/6/2026
2.0.0.10 109 5/6/2026
2.0.0.9 112 5/6/2026
2.0.0.8 115 5/6/2026
2.0.0.7 108 5/6/2026
2.0.0.6 119 5/6/2026
2.0.0.5 109 5/6/2026
2.0.0.4 104 5/6/2026
2.0.0.3 108 5/6/2026
2.0.0.2 265 3/25/2026
2.0.0.1 126 3/25/2026