bugbakery / audapolis

an editor for spoken-word audio with automatic transcription
GNU Affero General Public License v3.0
1.69k stars 40 forks source link

Do not split render items on speaker change #393

Closed pajowu closed 2 years ago

pajowu commented 2 years ago

This PR ~removes the otio export, which doesn't work properly at the moment. This allows us to change~ adds a flag to the renderItems selector to ignore speaker changes and only care about source changes. Doing that results in less "crackling" during playback and in the exported files, which previously occured everytime the speaker changes.

anuejn commented 2 years ago

Does Otio export really not work at all? I thought I tested at least some output formats sucessfully (kdenlive maybe?). Maybe we can add a parameters to renderItems so that we can keep this functionality while also fixing the crackling?

pajowu commented 2 years ago

I re-did the PR using a flag on the renderItems-selector. It now keeps the otio export

anuejn commented 2 years ago

thanks :)