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

Tempos seem to not fully fill the output length #3

Open
codemann8 opened this issue Jan 2, 2020 · 0 comments
Open

Tempos seem to not fully fill the output length #3

codemann8 opened this issue Jan 2, 2020 · 0 comments

Comments

@codemann8
Copy link

codemann8 commented Jan 2, 2020

It seems that when tempo is used, the outputted sample length is correct, but the inserted audio doesn't span the entire length of the track, so there is a null section at the end of the track. An example of this occurring is below:

"sub_channels": [
    {
        "pad_start": 22050,
        "file": "music.mp3",
        "sub_tracks": [
            {
                "tempo": 0.88,
                "fade_in": 11025,
                "trim_start": 211388,
                "trim_end": 423326
            }
        ]
    }
]

This one is a bit of an issue and doesn't seem to have any good workaround, other then artificially change the tempo value by trial and error until it stops at the right point, and sub_channel everything and manually throwing in paddings.

@codemann8 codemann8 changed the title Tempos less than 1 seem to not fully fill the output length Tempos seem to not fully fill the output length Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant