Files
ben 9ae4ca1b2b Scaffold Tauri app with local-first recording UI.
Add React frontend and Rust backend stubs for MP3 import, metadata, SQLite storage, and transcription hooks.
2026-08-12 12:18:15 +02:00

11 lines
399 B
Plaintext

create an app that allows a user to manage recordings from a pocket recorder device.
Allow user to see the meta data in the mp3's .
add a feture that can transcribe the mp3 to text and also save the transcibed text in the app.
use an sqllite3 database.
the app must be able to run on linux or a mac computer and easy to start when downloaded / aquired.
discuss a dev stack for this project