gtk4 application to transcribe voice to text
Go to file
Tine Jozelj 010b9b298e
CI / Rustfmt (push) Successful in 34s Details
CI / Flatpak (push) Failing after 2m1s Details
ci: revert back to github
2023-07-17 11:49:56 +02:00
.github/workflows ci: revert back to github 2023-07-17 11:49:56 +02:00
build-aux feat: use adw and add back whisper etc. 2023-07-16 15:55:57 +02:00
data chore: initial localization support 2023-07-17 11:43:37 +02:00
hooks Init with GTK Rust Template 2023-07-16 12:22:04 +02:00
po chore: initial localization support 2023-07-17 11:43:37 +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
README.md chore: initial localization support 2023-07-17 11:43:37 +02:00
meson.build chore: initial localization support 2023-07-17 11:43:37 +02:00
meson_options.txt Init with GTK Rust Template 2023-07-16 12:22:04 +02:00

README.md

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

Contributing

Generating po and pot files.

meson build build/
cd build
meson compile gtk-transcription-update-po