microsoft / cognitive-services-speech-sdk-js

Microsoft Azure Cognitive Services Speech SDK for JavaScript
Other
252 stars 91 forks source link

[Bug]: ConversationTranscriptionResult always return 0 on Channel info #809

Closed tecnoe closed 2 months ago

tecnoe commented 2 months ago

What happened?

ConversationTranscriptionResult do not return the correct channel on the json response always return 0;

Input audio: Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz, 2 channels, s16, 256 kb/s

Version

1.36.0 (Latest)

What browser/platform are you seeing the problem on?

Node

Relevant log output

No response

glharper commented 2 months ago

@tecnoe Thank you for using JS Speech SDK, and writing this issue up. Currently, only single-channel or 7-channel audio input is supported for Conversation Transcription. Using stereo audio can lead to inconsistent results, such as this example.