gtk4 application to transcribe voice to text
Find a file
2023-07-16 15:55:57 +02:00
.github/workflows Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
build-aux feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
data feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
hooks Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
po Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
src feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
.editorconfig Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
.gitignore feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
.gitlab-ci.yml Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
Cargo.lock feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
Cargo.toml feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
meson.build Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
meson_options.txt Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
README.md feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00

gtk-Transcription

Building the project

Make sure you have flatpak and flatpak-builder installed. Then run the commands below. Please note that these commands are just for demonstration purposes. Normally this would be handled by your IDE, such as GNOME Builder or VS Code with the Flatpak extension.

flatpak install --user org.gnome.Sdk//43 org.freedesktop.Sdk.Extension.rust-stable//22.08 org.gnome.Platform//43 org.freedesktop.Sdk.Extension.llvm14//22.08
flatpak-builder --user flatpak_app build-aux/dev.mnts.Transcription.Devel.json

Running the project

flatpak-builder --run flatpak_app build-aux/dev.mnts.Transcription.Devel.json Transcription