🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

simpleaudioplayer.native

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

simpleaudioplayer.native

1.8.0
NuGet
Version published
Maintainers
0
Created
Source

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:

  • Dynamic linking allows proprietary use
  • Modifications must be open-sourced
  • Original copyright notices must be preserved

Acknowledgments

This project stands on the shoulders of:

License

license

Keywords

audio

FAQs

Package last updated on 16 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts