Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
* | fix(SpeechToText): Prevent parallel runs of TranscriptionJob | Marcel Klehr | 2023-04-23 | 1 | -0/+1 |
* | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 1 | -0/+8 |
* | TranscriptionJob: Add owner argument to simplify filesystem setup | Marcel Klehr | 2023-04-19 | 1 | -52/+6 |
* | TranscriptionJob: Ensure filesystem is setup before trying to retrieve file | Marcel Klehr | 2023-04-18 | 1 | -2/+54 |
* | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 1 | -0/+8 |
* | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 1 | -0/+24 |
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 1 | -10/+18 |
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -1/+4 |
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+47 |