EuFlo/sacd-ripper

Feature request: Allow skipping only the pre-track-1 gap

Opened this issue · 3 comments

Passing the -p flag appears to cause two things to happen:

  1. Any gap before the first track (usually about 2 seconds) gets prepended to the first track output.
  2. Any gap between tracks gets appended to the preceding track.

I'd love an option to do 2 but not 1 (similarly to how ripping a standard CD usually works). That way, I can listen to each album all the way through with inter-track pauses intact, but don't have an unnecessary two seconds of silence prepended to the beginning.

Thanks!

EuFlo commented

-p (--output-dsdiff) option is left unchanged from original master.
I will try to implement your request.

Oh, sorry, I meant the -b (--pauses) flag, not -p

EuFlo commented

Understood. I will try to implement your request.

The 'two things to happen' are in fact due to the authoring of sacd. This is a normal play of a sacd.
The -b option extract all the audioframes found on a sacd (as the original master app did).