GenWave.Abstractions 5.1.0

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

  • SelectionINextItemProvider (the station's "what plays next" brain), IMediaCatalog + query records, IMediaRating
  • EventsIStationEventSink + the StationEvent records published at the station's choke points (track aired, segment generated, enrichment completed, setting changed, media/library mutated)
  • AI DJITtsSynthesizer, 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.1.0 0 8/15/2026
5.0.0 63 8/14/2026
4.1.0 59 8/13/2026
4.0.0 52 8/13/2026
3.5.0 62 8/12/2026
3.4.0 79 8/11/2026
3.3.2 78 8/9/2026
3.3.1 85 8/9/2026
3.3.0 77 8/9/2026
3.2.0 82 8/7/2026
3.1.1 84 8/7/2026
3.1.0 111 8/6/2026
3.0.0 95 8/5/2026
2.9.1 98 8/2/2026
2.9.0 96 8/1/2026
2.8.14 105 7/31/2026
2.8.13 106 7/31/2026
2.8.12 97 7/30/2026
2.8.11 105 7/30/2026
2.8.10 92 7/30/2026
Loading failed