Sergiu Ciumac

Results 33 comments of Sergiu Ciumac

> startsAtSecond and secondsToProcess @jack4455667788 the issue #207 had a broader effect, and in case you were using these parameters in conjunction with `MediaType.Audio | MediaType.Video` during fingerprinting or query...

Hey @jack4455667788 did anything from the above message helped in solving your issue?

This error is not related to `SoundFingerprinting`. I'm not familiar with your setup and can't help. Try clearing global assembly cache, as this error might generally happen during a version...

Can you share the 6-second files? There was a fix done in version v10.3.0 that handles differrently tone signals, which may have impacted use cases similar to yours. Feel free...

Hey guys, thanks for helping, I've reran the benchmark multiple times now, and here are the results: ``` BenchmarkDotNet v0.13.12, macOS Sonoma 14.4 (23E214) [Darwin 23.4.0] Apple M2 Max, 1...

Since I can't remember the exact benchmark data setup which generated 12k X degradation, I will edit the issue to reflect the reproducible **30x** degradation. I agree, it seems to...

And here are the results for different sets of parameters. The params options set as follows: ```csharp [Params((FileOptions.Asynchronous | FileOptions.RandomAccess | FileOptions.WriteThrough), (FileOptions.Asynchronous | FileOptions.RandomAccess), (FileOptions.Asynchronous | FileOptions.WriteThrough), (FileOptions.RandomAccess |...

I may have narrowed down the issue to the `Buffer Size` value. If the buffer size is larger than the payload, performance drops significantly on NET 8. If it is...

Closing this issue, moving discussion to https://github.com/dotnet/runtime/issues/100229