Lukas Prediger

Results 20 comments of Lukas Prediger
trafficstars

Just wanted to let everybody know that the problem still persists for me in version 2.5.7... when attaching a new address the window just turns black and the address is...

Facing the same issue now. I have tried a similar setup as @KevinJW and can confirm that the `conda activate` in the script specified as `environmentSetupScript` does not seem to...

I don't have anything minimal right now but I'll try to come up with something

It seems I was hasty with the above code change suggestion: when `_run_trial` does encounter an error/exception, it would of course raise out of the `_optimize_sequential` call as well and...

Well, no. There is an issue with unhandled errors here after all.. You can rename/relabel as you wish, but the problem will not go away by closing this, aye?

Alright, thanks for pointing that out. I will work around it like you suggested with the `add_groups` after creating the `InferenceData` object for now. I'm not sure I have the...

This happens due to an integer overflow during the overlaying, which heavily distorts the signal. The sine wave generators in the above example both generate sine waves using maximum amplitude...

Hey, sorry I saw your responses a bit late just now. Could you perhaps provide a link to the video in question so that I can have a look?

> It does not seem to work properly. When ran on YouTube video (~4h length) with: `split_on_silence(audio_segment, min_silence_len=800, keep_silence=True))` > > It returns the following ranges (just 4 segments): `(0,...

I can reproduce: While the `speedup` function doesn't actually "hang", it becomes really slow due to internal repeated copying of the audio, which for long audio files/segments becomes prohibitive. In...