Andy

Results 68 comments of Andy

Thanks @cdgriffith 🙂 I think if we both agree we can close this for now, I'll keep my branch open so we can borrow/steal some of the code later if...

I shall close this for now as it's not something we are going to use. I'll keep the branch alive on my fork so we can re-use so aspects in...

> Hey @jhdeov, diarize model does not accept num_speakers param but `min_speakers` and `max_speakers` instead. > > ``` > diarize_model(input_audio_path, min_speakers=min_speakers, max_speakers=max_speakers) > ``` > > I believe you can...

Just updated to WSA_2407.40000.4.0_x64_Release-Nightly-with-magisk-29.0.29000.-stable-GApps-13.0 on Win 11. TikTok now starts for me but either crashes immediately or as you try to login it bugs out. I've tried Force Close/Delete Data,...

I'm just starting out with NiceGUI on Win11 running Python 3.10 and have had similar issues. Same as @superlou I'll start the server, make a change in VSCODE and it...

I feel a PR coming on 😁 [sndhdr.py](https://github.com/tiran/legacylib/blob/master/sndhdr/src/sndhdr.py) `sndhdr` unlike `imghdr` seems to perform some fancier tests to test/provide better information. We can look to borrow some of this especially...

Hi @cclauss, my PR #87 has been merged with updates for most of the missing sound formats from `sndhdr`. Unlike `imghdr` it's not a complete replacement for a few reasons...

Could #69 be a new feature for 2.0? Compatibility wise the new field would/should not break anything (that I'm aware of).

TrID is one of the oldest filetype sites/software out there. That site has looked near enough the same for decades. Their database is pretty solid and very extensive. But they...

Just had a quick skim through the code and this is awesome stuff. The zip method is way better coded that I can manage but I can see it works...