Adam Newton-Blows

Results 13 issues of Adam Newton-Blows

Im working on project that uses war thunder data and your repo is awesome! I do have one question though, are the `wpcost` and `shop` file for different versions of...

App should be able to immediately export audio files to a given output directory/desktop. This removes user clicks and brings in a new set of users who just want an...

Collaboration on this issue, spawning a child process that calls whisper via poetry https://github.com/Stage-Whisper/Stage-Whisper/blob/1fd0768f9958c052694e75cb3e4fec6af3406741/electron/electron/handlers/runWhisper/runWhisper.ts#L90

blocking

Duplicating state from json -> sqlite -> redux was a massive headache that should be avoided My proposal is using [Realm](https://github.com/realm/realm-js) to store the data in a fast and local...

Redesign the Dashboard page to include: - [ ] a walkthrough of the app - [ ] an explainer of what it can do - [ ] any post-install actions...

Right now the app only takes in audio files and assumes the rest (eg autodetect language and use base model). The app should offer the user at minimum a choice...

need to support cancelling a transcription (especially useful for long transcriptions) - [ ] Send a message to interrupt the child process (this might require passing the child process out...