Issues with Processing Encrypted WAV Files Using Fast Transcription API

Farnaz Zinnah 0 Reputation points
2025-01-08T17:54:10.5266667+00:00

I have successfully used the Whisper model to transcribe a batch of 50 encrypted WAV files without manually inputting the file paths. However, I'm encountering difficulties when attempting to perform the same task with the Fast Transcription API. Could you please explain why the Fast Transcription API is unable to process these encrypted WAV files? Additionally, what steps can I take to ensure that the Fast Transcription API can transcribe all the encrypted WAV files in my folder?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 1,285 Reputation points Microsoft Vendor
    2025-01-09T05:23:51.5733333+00:00

    Hi Farnaz Zinnah

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    I understand that you are encountering an issue, The Fast Transcription API is designed to work with audio files that are directly accessible and not encrypted. Encrypted WAV files cannot be processed because the API requires the audio data to be in a readable format without any additional decryption steps. To ensure that the Fast Transcription API can transcribe your WAV files, you will need to decrypt them first, make sure that they are in a supported format and accessible via a public URI or through Azure Blob storage without encryption. Once the files are decrypted and accessible, you can use the Fast Transcription API to transcribe them.

    Thank You.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.