SimpleAudioPlayer.Native 1.8.0

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

SimpleAudioPlayer Native Library

中文版本

Introduction

This repository contains the native library for the SimpleAudioPlayer project. Built on miniaudio framework and FFmpeg multimedia decoding library, it provides cross-platform audio decoding and playback capabilities.

Key Features

  • FFmpeg-based audio decoding with common format support
  • Cross-platform audio backend via miniaudio
  • Stream playback and audio resampling support
  • Clean C/C++ API interface

Dependencies

  • FFmpeg (version >= 6.1)
  • miniaudio (version >= 0.11)
  • C++17 compatible compiler

Building

Refer to GitHub Actions CI.yml

License Information

This project is licensed under LGPL-3.0. Key requirements:

  1. Dynamic linking allows proprietary use
  2. Modifications must be open-sourced
  3. Original copyright notices must be preserved

Acknowledgments

This project stands on the shoulders of:

License

license

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
SimpleAudioPlayer

Simple Audio Player with miniaudio and ffmpeg

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 233 8 days ago
1.7.0 234 9 days ago
1.6.0 150 a month ago
1.5.0 147 a month ago
1.4.0 198 a month ago
1.3.0 176 a month ago
1.2.0 215 a month ago
1.1.0 247 2 months ago
1.0.0 243 2 months ago