We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an audio segment from a sound file. Attempt to append a second sound file, with a crossfade duration longer than the actual sound file.
Either an error message that explains the issue, or a default to crossfading with the maximum length that would be possible.
A TooManyMissingFrames exception is thrown from an unintuitive place.
The text was updated successfully, but these errors were encountered:
Minor update on this, that error happens when the crossfade is longer than original segment (not the one being appended).
…so in sound1.append(sound2, crossfade=1000), it happens when sound1 is shorter than 1000ms.
sound1.append(sound2, crossfade=1000)
Rereading this now I understand but that wasn't what I expected :)
Sorry, something went wrong.
8d11649
Merge pull request #205 from jiaaro/fix-193
098f6c9
fix #193
No branches or pull requests
Steps to reproduce
Create an audio segment from a sound file. Attempt to append a second sound file, with a crossfade duration longer than the actual sound file.
Expected behavior
Either an error message that explains the issue, or a default to crossfading with the maximum length that would be possible.
Actual behavior
A TooManyMissingFrames exception is thrown from an unintuitive place.
Your System configuration
The text was updated successfully, but these errors were encountered: