SimpleAudioPlayer.Native
1.6.0
dotnet add package SimpleAudioPlayer.Native --version 1.6.0
NuGet\Install-Package SimpleAudioPlayer.Native -Version 1.6.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.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleAudioPlayer.Native" Version="1.6.0" />
<PackageReference Include="SimpleAudioPlayer.Native" />
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.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleAudioPlayer.Native, 1.6.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.6.0
#tool nuget:?package=SimpleAudioPlayer.Native&version=1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
Building
Refer to GitHub Actions CI.yml
License Information
This project is licensed under LGPL-3.0. Key requirements:
- Dynamic linking allows proprietary use
- Modifications must be open-sourced
- Original copyright notices must be preserved
Acknowledgments
This project stands on the shoulders of:
- FFmpeg (LGPL-2.1+/GPLv2+) https://ffmpeg.org/
- miniaudio (Public Domain/DMIT) https://miniaud.io/
- miniaudio-ffmpeg-decoder (Public Domain/DMIT) https://github.com/Mr-Ojii/miniaudio-ffmpeg-decoder
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.