ZTSL.Player.Core
0.1.0-alpha
This is a prerelease version of ZTSL.Player.Core.
dotnet add package ZTSL.Player.Core --version 0.1.0-alpha
NuGet\Install-Package ZTSL.Player.Core -Version 0.1.0-alpha
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="ZTSL.Player.Core" Version="0.1.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZTSL.Player.Core" Version="0.1.0-alpha" />
<PackageReference Include="ZTSL.Player.Core" />
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 ZTSL.Player.Core --version 0.1.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ZTSL.Player.Core, 0.1.0-alpha"
#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 ZTSL.Player.Core@0.1.0-alpha
#: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=ZTSL.Player.Core&version=0.1.0-alpha&prerelease
#tool nuget:?package=ZTSL.Player.Core&version=0.1.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ZTSL.Player.Core
Platform-agnostic decoder for the ZTSL audio/lyric container format.
using var stream = File.OpenRead("song.ztsl");
var ztsl = new ZTSLContent(stream);
byte[] wav = WavWriter.Write(
ztsl.PcmTrimmed,
ztsl.AudioStreamDescriptor.Channels,
ztsl.AudioStreamDescriptor.SampleRate);
foreach (var line in ztsl.LyricTimeline)
Console.WriteLine($"{line.TimestampMs} ms: {line.Text}");
For a drop-in UI on Blazor, see ZTSL.Player.Blazor.
Source: https://github.com/SHW511/ZTSL.Player. Licensed under Apache-2.0.
| Product | Versions 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 (1)
Showing the top 1 NuGet packages that depend on ZTSL.Player.Core:
| Package | Downloads |
|---|---|
|
ZTSL.Player.Blazor
Plug-and-play Blazor Server component for ZTSL audio + scrolling-lyric playback. Drop <ZtslPlayer Source="@bytes" /> into a page; the component owns decode, WAV serving with HTTP range support, and lyric sync. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha | 79 | 5/23/2026 |