nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
152 stars 7 forks source link

[Feature request] call transcripts #134

Closed ServerBBQ closed 3 months ago

ServerBBQ commented 3 months ago

Is your feature request related to a problem? Please describe. I would like to be able to search based on a transcript and quickly be able to read over a call rather then needing to listen to each individual voice recording

Describe the solution you'd like One possible solution is to use openai whisper for voice transcripts

Maybe there could be options like only transcribe when plugged in to save battery life or maybe you can choose which model you want.

Not sure if any of these links are helpful as I am not an android developer, but I hope it helps OpenAI whisper android library(I think its a library of some sort) OpenAI whisper android example OpenAI whisper voice keyboard FUTO voice input(uses whisper) Thread on github showing solution to get multilingual model to work OpenAI whisper github Main thread on whisper's github page about running it on mobile

nicorac commented 3 months ago

Of course it's an interesting feature, but I'm pretty sure it requires a lot of work. Your links describe implementations for Android, but BCR-GUI is not strictly a native "Android app"; it's a web application (Angular) running in an Android WebView (Capacitor).

Closing this since I have near to no experience on this field and can't allocate the needed time, sorry.