ScreenCaptureKit: AVAudioPCMBuffer Conversion Issue #2704
Unanswered
samueldurantes
asked this question in
Q&A
Replies: 1 comment
-
Any ideas? cc @jordibruin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I'm trying to generate auto-subtitles in real-time using ScreenCaptureKit API and SwiftWhisper, but whisper always returns no transcript to me.
I suspect it is the conversion of
AVAudioPCMBuffer
toFloat[]
, but I have tried to convert in several ways but none were effective.Does anyone know what the problem might be?
Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions