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

strips from audacity seems to have some gain applied #16

Open
samytichadou opened this issue Mar 16, 2021 · 5 comments
Open

strips from audacity seems to have some gain applied #16

samytichadou opened this issue Mar 16, 2021 · 5 comments

Comments

@samytichadou
Copy link
Contributor

When sending a single strip from blender to audacity, if user does not do anything to it, and get it back into blender, it seems (according to the waveform), that this strip audio has been levelled up in audacity.
You can see it in this screenshot (the up one is from audacity, the lower one is the source)

image

@tin2tin
Copy link
Owner

tin2tin commented Mar 16, 2021

Yes, I noticed this too. Both in and out of Audacity, there is something going on with the levels. I've added envelope points for the strips being send to Audacity, I guess we could also do this for files returning, but it's hard to know how much.

Maybe it's because Audacity is handling the audio logarithmic and the VSE linear, but I do not know anything about these things.

Also there might be inaccuracies in the waveform drawing in Blender. Try to extend or give height to a strip and see how much they're jumping, also in shape.

@samytichadou
Copy link
Contributor Author

Try to extend or give height to a strip and see how much they're jumping, also in shape.

Problem seems to be in the files, consistent waveform drawing
image

And after increasing volume value of both
image

@tin2tin
Copy link
Owner

tin2tin commented Mar 16, 2021

Yes, that's a clear argument of the volume has been gained in Audacity.

@tin2tin
Copy link
Owner

tin2tin commented Mar 16, 2021

I asked about this here: https://forum.audacityteam.org/viewtopic.php?p=419781#p419781

@tin2tin
Copy link
Owner

tin2tin commented Mar 21, 2021

In Audacity all audio will be placed in stereo tracks, because I don't know how to detect if the source audio in Blender is mono or not, and in Audacity it also needs to be placed in stereo tracks because other files in that track may need to be stereo.

I suspect the additional volume may be caused by the process from going from mono to stereo and then to a downmix/export, but I don't know enough about what happens in Audacity during that process.

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

2 participants