Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC / WIP] Preview of new audio backend API integration for frontends #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    c5b022c View commit details
    Browse the repository at this point in the history
  2. Add a dummy audio backend.

    bsmiles32 committed May 5, 2015
    Configuration menu
    Copy the full SHA
    9e11ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d3264d View commit details
    Browse the repository at this point in the history
  4. Port the trivial resampler from the SDL audio plugin.

    Follow the "object factory" pattern in order to allow further
    flexibility in the resampler choice.
    bsmiles32 committed May 5, 2015
    Configuration menu
    Copy the full SHA
    d8d583a View commit details
    Browse the repository at this point in the history
  5. Minimal port the SDL audio plugin.

    - No config support
    - No speed factor support
    - No volume control support
    - Only trivial resampler support
    bsmiles32 committed May 5, 2015
    Configuration menu
    Copy the full SHA
    e65a0d5 View commit details
    Browse the repository at this point in the history