Запись звука на iOS (веб) ⇐ IOS
-
Anonymous
Запись звука на iOS (веб)
I am currently working on an application that's built with FlutterFlow and facing a unique challenge with the iOS browser version of the app. I've built audio recording functionality into the app using FlutterFlow's start/stop audio tools and my custom code from the microphone library. The end goal is to transcribe this audio recording to text using the Whisper API.
On platforms other than iOS, the functionality works well and the transcriptions are accurate. However, when running on iOS, the transcription I receive from the Whisper API seems incorrect. Despite recording the audio correctly on iOS, it appears that there could be an issue with the recording or some element of the process that's leading to inaccurate transcriptions.
Have any of you encountered such an issue with the Whisper API specifically when dealing with audio recorded from an iOS browser?
Источник: https://stackoverflow.com/questions/781 ... on-ios-web
I am currently working on an application that's built with FlutterFlow and facing a unique challenge with the iOS browser version of the app. I've built audio recording functionality into the app using FlutterFlow's start/stop audio tools and my custom code from the microphone library. The end goal is to transcribe this audio recording to text using the Whisper API.
On platforms other than iOS, the functionality works well and the transcriptions are accurate. However, when running on iOS, the transcription I receive from the Whisper API seems incorrect. Despite recording the audio correctly on iOS, it appears that there could be an issue with the recording or some element of the process that's leading to inaccurate transcriptions.
Have any of you encountered such an issue with the Whisper API specifically when dealing with audio recorded from an iOS browser?
Источник: https://stackoverflow.com/questions/781 ... on-ios-web
Мобильная версия