Sergiu Ciumac

Results 36 comments of Sergiu Ciumac

Yeah, can we then revive the discussion on soft-commit? `maybeRefresh` should theoretically not touch the disk, and only the `indexWritter.Flush` and `Commit` should do it. Up until .NET 7 it...

BTW, if we analyze the 77374 and 77373 the bug report and the fix could not provide a test case to reproduce the issue. > No simple reproduction is available...

Changing to `file.Flush(flushToDisk: false);` may not be such a bad idea after all. I understand the implications (no ACID guarantees), but up until .NET 8 they weren't either. Just to...

The following steps will help you with the problem you are trying to solve: 1. You can instantiate RealtimeQueryCommand with an `InterceptAVTrack` that can capture `AVTrack` which is sent to...

Duplicate https://github.com/AddictedCS/soundfingerprinting/issues/228

It seems there is a version mismatch between the native DLLs and the ones referenced by NuGet. Use the following version matrix: https://github.com/AddictedCS/soundfingerprinting/wiki/Audio-Services