summaryrefslogtreecommitdiffstats
path: root/Whisper
Commit message (Expand)AuthorAge
* Fix audio normalizationHEADmasteryum2023-04-04
* begin work disabling vadyum2023-03-17
* Fix beam search previous window conditioningyum2023-03-07
* Use logprobs, fix beam candidate selectionyum2023-03-03
* Begin work on evaluation frameworkyum2023-03-03
* Finish beam search rough draftyum2023-03-02
* Continue work on beam searchyum2023-03-02
* Begin work on beam search decodingyum2023-02-27
* Add retainDuration option to CaptureParamsyum2023-02-26
* Normalize audio before sending to transcription layeryum2023-02-26
* Frames with no VAD are shortened, not droppedyum2023-02-26
* Restored missing token-level timestamps experimental featureKonstantin2023-02-14
* Version 1.7Konstantin2023-02-07
* CommentsKonstantin2023-02-03
* Bugfix, incorrect output of command-line examples when launched with multiple...Konstantin2023-02-03
* Version 1.6Konstantin2023-01-29
* Diarize feature for buffered audioKonstantin2023-01-28
* Minor, micro-optimizationKonstantin2023-01-28
* Diarize feature, initial versionKonstantin2023-01-28
* Bugfix, stereo PCM handlingKonstantin2023-01-28
* DLL API for diarize featureKonstantin2023-01-28
* Version 1.5Konstantin2023-01-24
* Performance tuning on AMD iGPUKonstantin2023-01-24
* Minor, micro-optimizationKonstantin2023-01-23
* Performance improvement, no longer destroying temporary buffers in `encode()`...Konstantin2023-01-23
* Improved VRAM memory management, both speed and memory usageKonstantin2023-01-23
* Minor, performance and VRAM useKonstantin2023-01-23
* Minor, micro-optimizationKonstantin2023-01-23
* Performance improvement, `softMax` shaderKonstantin2023-01-23
* Minor, profiler tagsKonstantin2023-01-23
* VAD CPU performance, slightly better code generationKonstantin2023-01-23
* GPU performance, optimized away a few shader dispatchesKonstantin2023-01-22
* Experimental, alternative busy wait implementationKonstantin2023-01-21
* Minor, CPU performanceKonstantin2023-01-21
* CPU performance, SSE vectorization for MEL spectrogramKonstantin2023-01-21
* Version 1.4Konstantin2023-01-20
* Minor, error handlingKonstantin2023-01-20
* Version 1.3Konstantin2023-01-19
* Workaround for the Microsoft’s bug in their MP3 decoder MFTKonstantin2023-01-19
* Version 1.2Konstantin2023-01-18
* Minor, logging and UXKonstantin2023-01-18
* Optional startup flags to override performance-related defaults for the compu...Konstantin2023-01-18
* Consistent cancellation API across the library: S_OK = continue, S_FALSE = stopKonstantin2023-01-18
* Minor, optimized away memcpy() when running audio captureKonstantin2023-01-17
* CommentKonstantin2023-01-16
* CommentsKonstantin2023-01-16
* DLL version 1.1Konstantin2023-01-16
* Bugfix: when processing files, “Run” CPU block was erroneously measured t...Konstantin2023-01-16
* Bugfix, failed C++ with the lack of move constructor in the CPU profiler RAII...Konstantin2023-01-16
* CommentKonstantin2023-01-16