user29544369
user29544369

Reputation: 1

How to read an audio file buffer by buffer to transcribe large audio files?

I am creating a SwiftUI iOS app that transcribes large audio files (up to 2 hours in length). I only want to use the native Speech API, and I realized that it only supports small audio files (around 1 min long). I did some research and turns out the only way to do this with built in features is to read the audio file buffer by buffer, and supply them to speech recognizer's requests.

How can I do this? I have no idea where to start/how to set up the buffers.

Upvotes: -1

Views: 23

Answers (0)

Related Questions