Saturday, January 18, 2025

library – Location of Voice Memos transcripts within the file system?

The place are the transcripts which are generated from recordings within the Voice Memos app saved within the file system?

I did a:

grep -r PATTERN ~/Library`  

for a recognized unique-ish sample from one of many transcripts. It has been working for 45 minutes and hasn’t discovered any matches but.

The audio recordings (*.m4a) and *.waveform information are saved right here:

~/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/ 

I seen a CloudRecordings.db sqlite database file (binary) in that listing, and not one of the desk names look clearly transcript-specific. I did the identical grep command on this listing, and it accomplished and did not discover any matches.

$ sqlite3 -readonly ~/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/CloudRecordings.db .tables ACHANGE                         ANSCKRECORDZONEMOVERECEIPT ANSCKDATABASEMETADATA           ANSCKRECORDZONEQUERY ANSCKEVENT                      ATRANSACTION ANSCKEXPORTEDOBJECT             ATRANSACTIONSTRING ANSCKEXPORTMETADATA             ZCLOUDRECORDING ANSCKEXPORTOPERATION            ZDATABASEPROPERTY ANSCKHISTORYANALYZERSTATE       ZENTITYREVISION ANSCKIMPORTOPERATION            ZFOLDER ANSCKIMPORTPENDINGRELATIONSHIP  ZMIGRATION ANSCKMETADATAENTRY              ZRECORDING ANSCKMIRROREDRELATIONSHIP       Z_METADATA ANSCKRECORDMETADATA             Z_MODELCACHE ANSCKRECORDZONEMETADATA         Z_PRIMARYKEY 

I additionally did a:

discover ~/Library/ -iname '*transcript*' 

which returned 100 filenames/dirnames. One which seemed possibly associated was:

/Customers/robbednark/Library//Accessibility/com.apple.RTTTranscripts.sqlite 

Nothing clearly transcription-related in these desk names both, and grep -r PATTERN ~/Library/Accessibility accomplished with none matches.

$ sqlite3 -readonly ~/Library/Accessibility/com.apple.RTTTranscripts.sqlite .tables ACHANGE                         ANSCKRECORDMETADATA ANSCKDATABASEMETADATA           ANSCKRECORDZONEMETADATA ANSCKEVENT                      ANSCKRECORDZONEMOVERECEIPT ANSCKEXPORTEDOBJECT             ANSCKRECORDZONEQUERY ANSCKEXPORTMETADATA             ATRANSACTION ANSCKEXPORTOPERATION            ATRANSACTIONSTRING ANSCKHISTORYANALYZERSTATE       ZTTYCONTACTLIST ANSCKIMPORTOPERATION            ZTTYHISTORY ANSCKIMPORTPENDINGRELATIONSHIP  Z_METADATA ANSCKMETADATAENTRY              Z_MODELCACHE ANSCKMIRROREDRELATIONSHIP       Z_PRIMARYKEY 

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles