added multimedia support and STT. STT and photos are have bugs but are functional. file upload is conceptualized but will require additional backend work. video is on hold for now.

This commit is contained in:
Joshua
2024-07-10 19:15:03 -06:00
parent e5b69aa2b6
commit cbd040f57b
36 changed files with 742 additions and 137 deletions
+8 -2
View File
@@ -2,8 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSMicrophoneUsageDescription</key>
<string>Required for on-device speech recognition.</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to camera when used</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>TODO: Better description</string>
<key>LSApplicationCategoryType</key>
<string>Productivity</string>
<key>NSMicrophoneUsageDescription</key>
<string>Required for on-device speech recognition.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>On-device speech-to-text.</string>
<key>CADisableMinimumFrameDurationOnPhone</key>