First off—thanks for the great work on this project!
I noticed that when generating a transcript, the output wraps speaker tags like this:
</Person2><Person1> "Right?! It's a Swift package letting you run Linux containers directly on macOS, using the Virtualization.framework, especially slick on Apple silicon."
</Person1><Person2> "Okay, got it. So, like, Docker, but…Apple-flavored?"
This makes it a bit harder to read and parse programmatically. Ideally, the formatting would be more line-based for clarity, like:
<Person1>Right?! It's a Swift package letting you run Linux containers directly on macOS, using the Virtualization.framework, especially slick on Apple silicon.</Person1>
<Person2>Okay, got it. So, like, Docker, but…Apple-flavored?</Person2>
Is the current wrapping a bug or an intended behavior?
Thanks again!
First off—thanks for the great work on this project!
I noticed that when generating a transcript, the output wraps speaker tags like this:
This makes it a bit harder to read and parse programmatically. Ideally, the formatting would be more line-based for clarity, like:
Is the current wrapping a bug or an intended behavior?
Thanks again!