Skip to content

Commit

Permalink
Fix: Audio capture issue after the new audio management was introduce…
Browse files Browse the repository at this point in the history
…d is fixed
  • Loading branch information
Sujith S committed Feb 21, 2025
1 parent f8fbd62 commit 695d0fa
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 135 deletions.
101 changes: 0 additions & 101 deletions frontend/BUG.txt

This file was deleted.

8 changes: 8 additions & 0 deletions frontend/src-tauri/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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>This application needs access to your microphone to record meeting audio.</string>
</dict>
</plist>
10 changes: 10 additions & 0 deletions frontend/src-tauri/entitlements.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.microphone</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 695d0fa

Please sign in to comment.