Plugin doesn't seem to be doing anything when used in file conversion

Issue #5 resolved
L. Nikko created an issue

See title:)

Comments (4)

  1. Lars Viklund repo owner

    Interesting. Which kind of padding do you use, inserting at the start or end of the tracks? Did you add the DSP to the file conversion DSP chain, as it's separate from the playback one.

  2. L. Nikko reporter

    I tested it in different positions in the conversion DSP chain, and neither pre- or post padding seemed to work. I can do more testing under different scenarios when I have the time.

  3. Lars Viklund repo owner

    Handle both end of track and playback

    Depending on if we're running as a DSP with reset/no-reset or regular playback in conjunction with other DSPs in the chain, we may have different sequences of on_chunk, on_endoftrack, on_endofplayback.

    This commit takes the same action of inserting post-track silence in both end-of-track and end-of-playback, but only if there has been an intervening chunk.

    This should fix issue #5.

    → <<cset def2e99513a8>>

  4. Log in to comment