Hi Su Myat Hlaing,
To optimize audio before sending it to the Azure Speech, consider the following steps:
Ensure that you are using a 7-mic circular multi-microphone array, as this is required for the conversation transcription feature. This setup helps capture clear audio from all participants.
Ensure that the audio is clear and free from background noise. This may involve using noise-canceling microphones or audio processing techniques to enhance the quality of the audio input.
Create voice signatures for each participant in advance. This involves collecting audio recordings from each user and sending them to the signature generation service to validate and generate user profiles for speaker identification.
Choose the real-time transcription mode to provide live transcripts during the meeting. This is particularly useful for making meetings more accessible to participants with hearing loss or deafness.
Before the actual meeting, conduct tests to ensure that the audio setup is functioning correctly, and that the Speech SDK is accurately recognizing and transcribing the audio.
Thank you!