Giter VIP home page Giter VIP logo

openal-source's Introduction

OpenAL-Source

This is a project which aims to embed OpenAL into the Source Engine with a few other useful/related tools. This project pushes to take Source to accomplish new feats which it hasn't been able to do with it's in-engine audio. OpenAL for Source provides many new features to your Source games in comparison to the audio system that comes inside of the engine.

Another benefit gained from a custom audio solution is that you have direct access to the audio code in the SDK, which will provide you with more flexibility in your source games.

Features:

  • Audio moves at the speed of sound and respects the doppler effect
  • OggVorbis, MP3, FLAC and WAV Playback
  • Links audio sources to entities so that they are consistently in sync
  • Audio can be local to the player or positional
    • Uses for "local" audio include media players, in-game radio, etc.
    • Positional audio can be used to add depth to an environment
  • Samples can be grouped together based on group names
  • Relinking standard Source entities to use OpenAL instead of Miles

Coming Soon:

  • More in-game syncronization possibly including:
    • Under water audio distortion
    • Occlusion culling (if Source allows)
    • Deafening effects
  • Entities allowing mappers to modify the state of the system
  • Fourier analysis system for beat detection and more

Notes:

All samples currently are not transient. They will not be removed on map change or if any other game-based event occurs - aside from quitting the game altogether. This is being worked on.

Remember that multi-channel audio can not be used as positional audio, so make sure that all positional sound effects are mono files.

openal-source's People

Contributors

monokrome avatar

Watchers

James Cloos avatar

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.