Replies: 1 comment
-
Hi @vade, good question - do you have CMSampleBuffers in your code already that you are trying to pass in to WhisperKit? If so, the easiest way to do that would be to convert them into a single Also curious about how you're using CMSampleBuffers, I've been interested in some lower level apis for audio capture from microphones. The models require single channel 16khz float audio array, but there is no limitation other than that. |
Beta Was this translation helpful? Give feedback.
-
hi there.
Thanks for WhisperKit, it looks awesome!
Im new to the API, and am curious how I might go about having whisper kit consume CMSampleBuffers of audio (which I could request in a specific format if I knew it).
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions