You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was starting to build an app with Tauri to record audio from microphone and desktop for my team and found yours a few days after.
It's very raw and I was struggling to get audio from desktop, got only microphone access with quick win from ffmpeg. Will investigate on your plugin with screen capture.
I also used Open AI with whisper to get transcription, quick and easy.
Sadly not much to contribute back yet but I will start by using and distributing your project to my team.
The text was updated successfully, but these errors were encountered:
Salut Thibault! Cool! Laisse moi savoir si tu vois des potentiels ameliorations / feature requests. Je vais commencer une V2 tres bientot pour ajouter: Search / Live Transcript / moving from file base to SQLite. Et Watson etait mon premier Rust / React project, alors ya un peu de refactoring a faire.
Si jamais tu veux faire aider pour la V2, could be cool :)
Also, for Audio, I suggest CPAl, ScreenCapture isn't integrated yet, but there is a couple of PR for it. Not sure if they will get merge. That why I'm still using conditional compilation base on the platform
Hi there :)
I was starting to build an app with Tauri to record audio from microphone and desktop for my team and found yours a few days after.
It's very raw and I was struggling to get audio from desktop, got only microphone access with quick win from ffmpeg. Will investigate on your plugin with screen capture.
I also used Open AI with whisper to get transcription, quick and easy.
Sadly not much to contribute back yet but I will start by using and distributing your project to my team.
The text was updated successfully, but these errors were encountered: