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

Major output and vorbis improvements #1

Merged
merged 7 commits into from
Sep 19, 2023
Merged

Major output and vorbis improvements #1

merged 7 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Log pause/resume position

    devgianlu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8e73fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dbb602 View commit details
    Browse the repository at this point in the history
  3. New ALSA driver + new vorbis decoder

    This is a huge improvements:
    - Lots of unnecessary buffering removed
    - Better control over ALSA device
    - Seek works without mute hack
    - Seek does not download all chunks
    - Removed other stupid hacks
    
    But some downsides:
    - Windows supports needs to be added
    - Hardware ALSA pause is broken
    - Requires some libraries to build
    devgianlu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e00fca3 View commit details
    Browse the repository at this point in the history
  4. CI: add build dependencies

    devgianlu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    20f211d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    8ffc3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b03dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8557ec8 View commit details
    Browse the repository at this point in the history