GenWave.Abstractions 5.12.0

Prefix Reserved
dotnet add package GenWave.Abstractions --version 5.12.0
                    
NuGet\Install-Package GenWave.Abstractions -Version 5.12.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="GenWave.Abstractions" Version="5.12.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenWave.Abstractions" Version="5.12.0" />
                    
Directory.Packages.props
<PackageReference Include="GenWave.Abstractions" />
                    
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 GenWave.Abstractions --version 5.12.0
                    
#r "nuget: GenWave.Abstractions, 5.12.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 GenWave.Abstractions@5.12.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=GenWave.Abstractions&version=5.12.0
                    
Install as a Cake Addin
#tool nuget:?package=GenWave.Abstractions&version=5.12.0
                    
Install as a Cake Tool

GenWave.Abstractions

The contract surface for GenWave modules — the seams a module implements or consumes to extend a running GenWave station:

  • Selection — INextItemProvider (the station's "what plays next" brain), IMediaCatalog + query records, IMediaRating
  • Events — IStationEventSink + the StationEvent records published at the station's choke points (track aired, segment generated, enrichment completed, setting changed, media/library mutated)
  • AI DJ — ITtsSynthesizer, ITtsVoiceLister, ITtsSegmentSource, ISegmentCopyWriter, IPersonaPreviewWriter, IActivePersonaAccessor
  • Live configuration — the provider seams (IStationScopeProvider, ICadenceProvider, IRotationSettingsProvider, IStationIdentityProvider, IRenderBudgetProvider) that read fresh per call, so settings edits apply without restarts

A module registers its implementation over the host's default binding — see the GenWave repository for the composition model.

Versioning

Semantic versioning from the first publish: additions are minor, breaking contract changes are major. The surface is deliberately lean — implementation-flavored contracts stay in the host.

License

This contracts package is MIT so any module — open or commercial — can link it freely. The GenWave Home implementation it describes is licensed AGPL-3.0-only, and GenWave Business is licensed commercially; see the repository for the full story.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.12.0 0 9/24/2026
5.11.0 86 9/21/2026
5.10.0 73 9/19/2026
5.9.0 117 9/17/2026
5.8.3 123 9/15/2026
5.8.2 98 9/14/2026
5.8.1 109 9/11/2026
5.8.0 99 9/11/2026
5.7.0 134 9/8/2026
5.6.2 103 9/5/2026
5.6.1 103 9/5/2026
5.6.0 117 9/3/2026
5.5.1 108 9/1/2026
5.5.0 91 8/31/2026
5.4.1 94 8/28/2026
5.4.0 96 8/28/2026
5.3.1 102 8/19/2026
5.3.0 84 8/19/2026
5.2.2 99 8/19/2026
5.2.1 111 8/16/2026
Loading failed