| Commit message (Expand) | Author | Age |
| * | Fix audio normalizationHEADmaster | yum | 2023-04-04 |
| * | begin work disabling vad | yum | 2023-03-17 |
| * | Fix beam search previous window conditioning | yum | 2023-03-07 |
| * | Use logprobs, fix beam candidate selection | yum | 2023-03-03 |
| * | Begin work on evaluation framework | yum | 2023-03-03 |
| * | Finish beam search rough draft | yum | 2023-03-02 |
| * | Continue work on beam search | yum | 2023-03-02 |
| * | Begin work on beam search decoding | yum | 2023-02-27 |
| * | Add retainDuration option to CaptureParams | yum | 2023-02-26 |
| * | Normalize audio before sending to transcription layer | yum | 2023-02-26 |
| * | Frames with no VAD are shortened, not dropped | yum | 2023-02-26 |
| * | Restored missing token-level timestamps experimental feature | Konstantin | 2023-02-14 |
| * | Version 1.7 | Konstantin | 2023-02-07 |
| * | Comments | Konstantin | 2023-02-03 |
| * | Bugfix, incorrect output of command-line examples when launched with multiple... | Konstantin | 2023-02-03 |
| * | Version 1.6 | Konstantin | 2023-01-29 |
| * | Diarize feature for buffered audio | Konstantin | 2023-01-28 |
| * | Minor, micro-optimization | Konstantin | 2023-01-28 |
| * | Diarize feature, initial version | Konstantin | 2023-01-28 |
| * | Bugfix, stereo PCM handling | Konstantin | 2023-01-28 |
| * | DLL API for diarize feature | Konstantin | 2023-01-28 |
| * | Version 1.5 | Konstantin | 2023-01-24 |
| * | Performance tuning on AMD iGPU | Konstantin | 2023-01-24 |
| * | Minor, micro-optimization | Konstantin | 2023-01-23 |
| * | Performance improvement, no longer destroying temporary buffers in `encode()`... | Konstantin | 2023-01-23 |
| * | Improved VRAM memory management, both speed and memory usage | Konstantin | 2023-01-23 |
| * | Minor, performance and VRAM use | Konstantin | 2023-01-23 |
| * | Minor, micro-optimization | Konstantin | 2023-01-23 |
| * | Performance improvement, `softMax` shader | Konstantin | 2023-01-23 |
| * | Minor, profiler tags | Konstantin | 2023-01-23 |
| * | VAD CPU performance, slightly better code generation | Konstantin | 2023-01-23 |
| * | GPU performance, optimized away a few shader dispatches | Konstantin | 2023-01-22 |
| * | Experimental, alternative busy wait implementation | Konstantin | 2023-01-21 |
| * | Minor, CPU performance | Konstantin | 2023-01-21 |
| * | CPU performance, SSE vectorization for MEL spectrogram | Konstantin | 2023-01-21 |
| * | Version 1.4 | Konstantin | 2023-01-20 |
| * | Minor, error handling | Konstantin | 2023-01-20 |
| * | Version 1.3 | Konstantin | 2023-01-19 |
| * | Workaround for the Microsoft’s bug in their MP3 decoder MFT | Konstantin | 2023-01-19 |
| * | Version 1.2 | Konstantin | 2023-01-18 |
| * | Minor, logging and UX | Konstantin | 2023-01-18 |
| * | Optional startup flags to override performance-related defaults for the compu... | Konstantin | 2023-01-18 |
| * | Consistent cancellation API across the library: S_OK = continue, S_FALSE = stop | Konstantin | 2023-01-18 |
| * | Minor, optimized away memcpy() when running audio capture | Konstantin | 2023-01-17 |
| * | Comment | Konstantin | 2023-01-16 |
| * | Comments | Konstantin | 2023-01-16 |
| * | DLL version 1.1 | Konstantin | 2023-01-16 |
| * | Bugfix: when processing files, “Run” CPU block was erroneously measured t... | Konstantin | 2023-01-16 |
| * | Bugfix, failed C++ with the lack of move constructor in the CPU profiler RAII... | Konstantin | 2023-01-16 |
| * | Comment | Konstantin | 2023-01-16 |