AeonVoice.Native 0.1.7

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

AeonVoice.Native

Native runtime assets for AeonVoice .NET consumption.

This package contains platform-specific shared libraries used by the managed AeonVoice package.

Included runtimes

  • linux-x64
  • linux-arm64

Compatibility baseline

  • linux-arm64 binaries are built with a Debian 11 (Bullseye-era) baseline toolchain to improve compatibility across older Linux ARM64 environments with older C/C++ runtimes (including Raspberry Pi and other SBC/server distributions).

Package contents

Libraries are delivered under:

  • runtimes/linux-x64/native/
  • runtimes/linux-arm64/native/

Typical libraries include:

  • libAeonVoice.so*
  • libAeonVoice_core.so*
  • libAeonVoice_audio.so*

Usage

Install this package directly only if you are wiring interop manually.
Most users should install AeonVoice, which references this package automatically.

Important

AeonVoice.Native provides native binaries plus a minimal runtime data bundle:

  • data/languages/English
  • data/voices/leena
  • config/AeonVoice.conf
  • config/dicts/english

These files are packaged as contentFiles and copied to consumer output under aeonvoice/ via buildTransitive targets.

License

See repository license files and voice/resource-specific licenses.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AeonVoice.Native:

Package Downloads
AeonVoice

Managed .NET wrapper for the AeonVoice native speech synthesis engine.

GitHub repositories

This package is not used by any popular GitHub repositories.