VAE | Simple 3D Audio engine

 by   TobiasKozel C++ Version: Current License: MIT

kandi X-RAY | VAE Summary

kandi X-RAY | VAE Summary

VAE is a C++ library. VAE has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Virtual Audio Engine is a fairly WIP 3D software-audio-renderer. Minimal example to play some sound. It aims to be a fairly small and data driven Engine with a focus on performance. Its design is mostly data oriented and tries to avoid inhertance and preallocates almost all memory upfront and while loading banks. Most of it inside one single compilation unit, so the compiler can go on it's way and inline whatever it wants to. This also means extending it is done directly in source and not via interfaces or other common mechanisms (besides AudioDevice and EffectBase which are interfaces). The easiest way to get started is to compile a shared library with. And then use the vae::EnginePimpl class in include/vae/vae_pimpl.hpp while linking against the shared libvae.so/dll library. Alternatively you can add the whole thing as a subproject and static link against it. Using the pimpl api is optional but the better option since it won't pull in the whole thing.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              VAE has a low active ecosystem.
              It has 2 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              VAE has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of VAE is current.

            kandi-Quality Quality

              VAE has no bugs reported.

            kandi-Security Security

              VAE has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              VAE is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              VAE releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of VAE
            Get all kandi verified functions for this library.

            VAE Key Features

            No Key Features are available at this moment for VAE.

            VAE Examples and Code Snippets

            No Code Snippets are available at this moment for VAE.

            Community Discussions

            No Community Discussions are available at this moment for VAE.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install VAE

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/TobiasKozel/VAE.git

          • CLI

            gh repo clone TobiasKozel/VAE

          • sshUrl

            git@github.com:TobiasKozel/VAE.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link