Sven Hennessen

Results 4 comments of Sven Hennessen

I stumbled over this issue and thought I'd give it a try: This is my repro attempt, based on @tomtjes ' description: - Group 1: Tim (has role), Michael (has...

@tomtjes I was able to reproduce the behavior with the data from your link. Thanks for sharing. The reason, why no speakers are visible in the transcript is the following:...

I just stumbled over the same issue. Are you running Apple Silicon (arm64)? If so, the time series SSA model is only supported on Intel x64, due to a dependency...

I believe recompiling and publishing the respective application again with gradle 8.5.1 ([see docs](https://developer.android.com/guide/practices/page-sizes?hl=de)) will be sufficient. The native libs are already compatible with 16KB page sizes: ```sh $ brew...