Alis.Core.Audio 0.7.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Alis.Core.Audio --version 0.7.2
                    
NuGet\Install-Package Alis.Core.Audio -Version 0.7.2
                    
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="Alis.Core.Audio" Version="0.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alis.Core.Audio" Version="0.7.2" />
                    
Directory.Packages.props
<PackageReference Include="Alis.Core.Audio" />
                    
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 Alis.Core.Audio --version 0.7.2
                    
#r "nuget: Alis.Core.Audio, 0.7.2"
                    
#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 Alis.Core.Audio@0.7.2
                    
#: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=Alis.Core.Audio&version=0.7.2
                    
Install as a Cake Addin
#tool nuget:?package=Alis.Core.Audio&version=0.7.2
                    
Install as a Cake Tool

alternate text is missing from this package README image

Coverage Lines of Code Maintainability Rating Code Smells Technical Debt Security Rating Bugs Reliability Rating Duplicated Lines (%) Vulnerabilities GitHub issues License Web Nuget Total downloads GitHub Stars Donate

Develop the video games of your dreams 💯 free!! on Windows, MacOS, Linux, Android(soon), IOS(soon).


📚 Alis.Core.Audio


⚙️ Modular Design

All modules within the Alis framework, including Alis.Core.Audio, are fully independent and can be used separately. While the primary focus of Alis is game development, these modules are versatile and can be integrated into other applications requiring advanced audio handling.


🖥️ Platform Compatibility

The Alis framework, including Alis.Core.Audio, is designed to support a wide range of platforms, ensuring flexibility and adaptability for developers. Each module is optimized for seamless integration across the following architectures and operating systems:

Supported Platforms:
  • Windows
    • win-x64
    • win-x86
    • win-arm64
  • Linux
    • linux-x64
    • linux-musl-x64
    • linux-arm
    • linux-arm64
    • linux-musl-arm
    • linux-musl-arm64
  • macOS
    • osx-x64
    • osx-arm64

📖 Description

Alis.Core.Audio is a robust module within the Alis framework dedicated to audio processing and playback. It provides developers with essential tools to handle sound effects, music, and audio streams efficiently, offering high performance and ease of use.

Features:

  • Audio Playback: Supports multiple formats such as WAV, MP3, and OGG.
  • Audio Streaming: Seamlessly play large audio files without loading them entirely into memory.
  • Sound Effects: Easily integrate sound effects with advanced spatial positioning.
  • Volume Control: Manage individual or global audio volume with precision.
  • Extensible API: Add custom audio processing features.

🚀 Getting Started

To start using Alis.Core.Audio, simply install the package:

dotnet add package Alis.Core.Audio

This module is ideal for managing audio in game development or other multimedia applications.

Basic Usage Example:

using Alis.Core.Audio;

public class Example
{
    public static void Main(string[] args)
    {
        Player player = new Player();

        while (true)
        {
           Logger.Info("Write command 'play' | 'stop' | 'resume' | exit ");
            string command = Console.ReadLine();
            try
            {
                switch (command)
                {
                    case "play":
                        _ = player.Play(AssetManager.Find("sample.wav"));
                        break;
                    case "stop":
                        _ = player.Stop();
                        break;
                    case "resume":
                        _ = player.Resume();
                        break;
                }

                if (command == "exit")
                {
                    break;
                }
            }
            catch (Exception ex)
            {
                Logger.Exception(ex);
            }
        }
    }
}

🛡️ License

The ALIS framework is released under the GNU General Public License v3 (GPL-3.0), ensuring your freedom to use, modify, and distribute the framework.

License

Key License Points

  • Complete Freedom for Developers:
    Any software created with the ALIS framework is free to use, modify, and distribute.

  • Source Code Availability:
    If you modify the ALIS framework, you must make the source code publicly available under the GPL-3.0 license.

  • Monetization:
    You are free to monetize any project developed using ALIS without any royalties.

alternate text is missing from this package README image


Contributor Guide

We welcome contributions to the project! Please check our Code of Conduct for guidelines on how to contribute respectfully.

alternate text is missing from this package README image


Authors

Pablo Perdomo Falcón
Pablo Perdomo Falcón

Collaborators

Raúl Lozano Ponce Juan Ángel Trujillo Jiménez Pablo Perdomo Falcón Christian García RicardoVillarta
Raúl Lozano Ponce Juan Ángel Trujillo Jiménez Pablo Perdomo Falcón Christian García RicardoVillarta
Gabriel Pedro D.GR Claudia2000pf Carlos Roser Almenar
Gabriel Pedro D.GR Claudia2000pf Carlos Roser Almenar
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.7 152 9/4/2025
0.7.6 145 9/4/2025
0.7.5 137 9/1/2025
0.7.4 161 8/29/2025
0.7.3 191 8/29/2025
0.7.2 184 8/27/2025
0.7.1 184 8/26/2025
0.7.0 204 8/26/2025
0.6.9 157 8/25/2025
0.6.8 178 6/14/2025
0.6.7 212 6/13/2025
0.6.6 251 6/13/2025
0.6.5 252 6/13/2025
0.6.4 309 6/12/2025
0.6.3 207 3/8/2025
0.6.2 277 3/5/2025
0.6.1 190 2/2/2025
0.6.0 177 2/1/2025
0.5.9 150 1/15/2025
0.5.8 146 1/10/2025
0.5.7 145 1/8/2025
0.5.6 166 1/7/2025
0.5.5 177 12/31/2024
0.5.4 166 12/27/2024
0.5.3 139 12/26/2024
0.5.2 143 12/25/2024
0.5.1 139 12/21/2024
0.5.0 144 12/20/2024
0.4.9 146 12/16/2024
0.4.8 158 12/15/2024
0.4.7 149 12/3/2024
0.4.6 148 12/1/2024
0.4.5 158 11/10/2024
0.4.4 146 11/3/2024
0.4.3 162 9/8/2024
0.4.2 196 8/13/2024
0.4.1 145 7/30/2024
0.4.0 171 7/21/2024
0.3.9 158 7/21/2024
0.3.8 160 7/20/2024
0.3.7 153 7/20/2024
0.3.6 152 7/19/2024
0.3.5 163 7/18/2024
0.3.4 161 7/17/2024
0.3.3 140 7/17/2024
0.3.2 139 7/17/2024
0.3.1 147 7/7/2024
0.3.0 151 7/6/2024
0.2.9 161 7/3/2024
0.2.8 160 6/1/2024
0.2.7 200 2/1/2024
0.2.6 163 1/29/2024
0.2.5 178 1/21/2024
0.2.4 203 1/2/2024
0.2.3 201 10/11/2023
0.2.2 196 10/8/2023
0.2.1 207 10/6/2023
0.2.0 191 10/4/2023
0.1.9 193 10/1/2023
0.1.8 177 10/1/2023
0.1.7 173 9/15/2023
0.1.6 202 9/13/2023
0.1.5 215 9/12/2023
0.1.4 211 9/11/2023
0.1.3 188 9/10/2023
0.1.2 182 9/10/2023
0.1.1 217 8/29/2023
0.1.0 223 8/14/2023
0.0.9 220 8/13/2023
0.0.8 264 6/9/2023
0.0.7 251 4/30/2023
0.0.6 396 12/25/2022
0.0.5 472 10/23/2022
0.0.4 1,074 7/12/2022
0.0.3 1,059 7/11/2022
0.0.2 1,052 7/11/2022
0.0.1 1,099 7/11/2022
0.0.0 1,055 7/12/2022