bluebubbles-server icon indicating copy to clipboard operation
bluebubbles-server copied to clipboard

feat: Voice Note transcripts

Open CompuGeniusCode opened this issue 2 years ago • 4 comments

On my Messages app, I see auto-generated transcripts for voice notes. It would be amazing if this could be added to the app. Thank you!

CompuGeniusCode avatar Dec 07 '23 16:12 CompuGeniusCode

Hey this should be probably be in the app repo not here

cameronaaron avatar Jun 28 '24 15:06 cameronaaron

Hey this should be probably be in the app repo not here

It's quite literally a server-side feature. Besides the fact that it's Messages itself that transcribes the voice notes, even if I was requesting BB to code it themselves, it would still be server side.

CompuGeniusCode avatar Jun 28 '24 15:06 CompuGeniusCode

What Mac OS version was transcripts introduced in? There is a chance that we already have that data available within the attributed body or message summary info. Testing it might be the trickier part. If the feature is not available on Mac OS and only iOS, then it will need to be a client-side feature. Unless I implement processing on the server to do it

zlshames avatar Jun 28 '24 16:06 zlshames

What Mac OS version was transcripts introduced in? There is a chance that we already have that data available within the attributed body or message summary info. Testing it might be the trickier part. If the feature is not available on Mac OS and only iOS, then it will need to be a client-side feature. Unless I implement processing on the server to do it

It's definitely available on MacOS (I don't have an iPhone), I just don't know what version it was introduced in

CompuGeniusCode avatar Jun 28 '24 17:06 CompuGeniusCode

We've figured out where the data lies. This will now be an app FR: https://github.com/BlueBubblesApp/bluebubbles-app/issues/2762

zlshames avatar Jul 02 '24 13:07 zlshames