Created
October 21, 2025 21:03
-
-
Save johnlindquist/9e1b6df562ea6334bbcf5593f7f3c139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ cursor-agents git:(main) ✗ framecap -t "screen:1" -t "audio:clean-mic" | |
| Framecap CLI v1.1.0 | |
| ────────────────────────────────────── | |
| ℹ Output directory: /Users/johnlindquist/dev/cursor-agents | |
| ℹ Checking permissions... | |
| ✓ All permissions granted | |
| Recording Configuration | |
| [Track 1] Display 2 | |
| [Track 2] Clean mic | |
| ℹ Press Enter to stop recording | |
| ℹ Hardware audio format: 96000 Hz, 16 channels | |
| ℹ Using standard format: 48000 Hz, 2 channels | |
| *** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'Input HW format and tap format not matching' | |
| *** First throw call stack: | |
| ( | |
| 0 CoreFoundation 0x0000000182c57ae0 __exceptionPreprocess + 176 | |
| 1 libobjc.A.dylib 0x000000018271ab90 objc_exception_throw + 88 | |
| 2 AVFAudio 0x00000001e361af30 _ZN17AVAudioIONodeImpl15SetOutputFormatEmP13AVAudioFormat + 1268 | |
| 3 AVFAudio 0x00000001e3570fd0 _ZN17AUGraphNodeBaseV318CreateRecordingTapEmjP13AVAudioFormatU13block_pointerFvP16AVAudioPCMBufferP11AVAudioTimeE + 904 | |
| 4 AVFAudio 0x00000001e362fc7c _ZN17AVAudioEngineImpl16InstallTapOnNodeEP11AVAudioNodemjP13AVAudioFormatU13block_pointerFvP16AVAudioPCMBufferP11AVAudioTimeE + 1380 | |
| 5 AVFAudio 0x00000001e360de0c -[AVAudioNode installTapOnBus:bufferSize:format:block:] + 608 | |
| 6 framecap 0x00000001045ec450 framecap_main + 18964 | |
| 7 framecap 0x00000001045ed8d9 framecap_main + 24221 | |
| 8 framecap 0x00000001045bc791 framecap + 34705 | |
| 9 framecap 0x00000001045bf789 framecap + 46985 | |
| 10 libswift_Concurrency.dylib 0x000000026b39683d _ZL23completeTaskWithClosurePN5swift12AsyncContextEPNS_10SwiftErrorE + 1 | |
| ) | |
| libc++abi: terminating due to uncaught exception of type NSException | |
| [1] 58311 abort framecap -t "screen:1" -t "audio:clean-mic" | |
| ➜ cursor-agents git:(main) ✗ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment