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

Audio fixes #262

Merged
merged 11 commits into from
Aug 19, 2020
Merged

Audio fixes #262

merged 11 commits into from
Aug 19, 2020

Commits on Aug 17, 2020

  1. allow changing audio device on the fly while in a server

    scatterflower committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0b5254b View commit details
    Browse the repository at this point in the history
  2. use default audio device if device in config doesn't exist

    scatterflower committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c236131 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    12c38e8 View commit details
    Browse the repository at this point in the history
  2. clang format

    scatterflower committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    6819f50 View commit details
    Browse the repository at this point in the history
  3. fix build when bassaudio disabled

    scatterflower committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    03f22b9 View commit details
    Browse the repository at this point in the history
  4. ensure more checks for bass dependency

    scatterflower committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    29679ea View commit details
    Browse the repository at this point in the history
  5. fix non-windows declaration of load_bass_opus_plugin

    scatterflower committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    00d4b44 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #261 from AttorneyOnline/2.8

    update audio fixes branch
    mposs00 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    731fc0b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #258 from scatterflower/2.8

    BASS improvements
    mposs00 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    572be81 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Destroy Qt Multimedia support

    It was decided that there was not enough attention being given to Qt
    Multimedia support to justify its continued maintenance simply as a
    libre alternative to BASS. While substantial changes to audio were being
    made in 2.8, the Qt Multimedia support code fell behind in disrepair.
    It's clear that there is no vested interest in implementing audio
    features twice for the sake of licensing.
    
    When it's time to switch to another audio library, it will be done
    unilaterally.
    oldmud0 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    45b4526 View commit details
    Browse the repository at this point in the history
  2. CI: Use BASS for Linux build

    oldmud0 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2dac05e View commit details
    Browse the repository at this point in the history