Closed
Description
Bug Report
-
What happened?
the current lib only support mp3 file, not m4a
this is the code
args := newTranscriptionOptions(azopenai.AudioTranscriptionFormatVerboseJSON, WHISPER, buf.Bytes())
transcriptResp, err := u.OpenApiClient.GetAudioTranscription(context.Background(), args, nil) -
What did you expect or want to happen?
Should work normal for m4a -
How can we reproduce it?
/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai/custom_client_audio.go is hardcode .mp3 -
Anything we should know about your environment.