Giter VIP home page Giter VIP logo

audir's Introduction

Version 0.1

(work in progress / pre-release)

ย 

auDir is a free audio management library for GameMaker 2022.6+ by @JustFredrik. The library inteads to straemline SFX- and music management. The goal with auDir is to aid developers in managing and mainting emitters, audio groups and making all things audio easy to perform.

Quick Overview

Audio Types

auDir at it's core has three different types of audio resources: SFX, ambiance and music. These abstract audio types can be declared at any point and works to simplify the amount of code that needs to be written to perform common audio tasks. sound effects (SFX) can contain multiple sound resources and audir will pseudo-randomly select different sounds each time and slightly pitch shift it when an sfx is played to avoid repetetiveness. Ambiance and music-tracks can be queued, controlled and smoothly transitioned between different tracks with minimal code. Music tracks can have multiple stems which can fade in and out dynamically depending on the state of the game.

auDir keeps track of active sounds and emitters and will work ontop of GameMakers audio engine and aids in making sure the sound is clear and does not get overwhelming or muddled. auDir also has an audio group manager which can load and deload audio groups dynamically with some pre-configuration required.

(For more information see the wiki)

Click HERE for the latest release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.