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

Enabling GCC compiler optimization and adding padding-less DSF generation option #104

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

Commits on May 17, 2018

  1. Enabling GCC compiler optimization. This provides about a 3X performa…

    …nce improvement in DST decoding.
    setmind committed May 17, 2018
    Configuration menu
    Copy the full SHA
    e9774ef View commit details
    Browse the repository at this point in the history
  2. Adding -z option to avoid zero padding at the tail of a DSF by carryi…

    …ng the leftover samples at the tail to the head of the next track. This addresses the issue that some players cannot properly handle zero padding in DSF and produce a pop noise at a track transition. This option cannot be used with -t because continuous decoding is required for this option to work.
    setmind committed May 17, 2018
    Configuration menu
    Copy the full SHA
    f16bbe1 View commit details
    Browse the repository at this point in the history