Giter Club home page Giter Club logo

hypersonik's Introduction

Hypersonik

Hypersonik is a reimplementation of DirectSound built on top of WASAPI, built with low-latency use cases in mind. This is currently very early alpha software which is missing large chunks of functionality. Patches welcome.

Building

This project uses the Meson build system, which in turn uses ninja to drive the compilation process (usually). If you are familiar with Autotools, then the commands meson and ninja act as the rough equivalents of the ./configure and make commands from the procedure for compiling Autotools software packages.

To build this project on Windows, you will first need to install a recent version of MSYS2 and fully update it in accordance with the MSYS2 documentation. Once the base MSYS2 system is installed and fully updated, install the following packages inside the MSYS2 environment:

$ pacman -S mingw-w64-i686-meson mingw-w64-i686-toolchain

On Linux development hosts, you will need to install suitable equivalents using your package manager. The w64-mingw32 cross-compilation toolchain is required.

Once you have installed the necessary packages on your development platform, a debug build can be compiled as follows (omit --cross w64-mingw32.txt if compiling on MSYS2)

$ meson debug --cross w64-mingw32.txt
$ cd debug
$ ninja

A directory name other than debug can be passed to meson if desired.

Alternatively, to make a release build:

$ meson release --buildtype release --cross w64-mingw32.txt
$ cd release
$ ninja

A src/dsound.dll binary will be produced inside the respective build directory.

License

This project is released under the terms of the MIT License.

hypersonik's People

Watchers

 avatar  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.