-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x ] I've gone though Developer Guide and API reference
- [ x] I've searched for previous similar issues and didn't find any solution
Describe the bug
I am following the transcribe cpp sample from the following site
https://aws.amazon.com/blogs/developer/real-time-streaming-transcription-with-the-aws-c-sdk/
two months ago the sample was working and I got after two months to run it again and it stopped. When I debug the app it never goes in CaptureAudio call which is part of the request for OnStreamReady call. Any hints?
SDK version number
AWS SDK for C++ with Version:1.8.126
Platform/OS/Hardware/Device
Windows10
To Reproduce (observed behavior)
https://aws.amazon.com/blogs/developer/real-time-streaming-transcription-with-the-aws-c-sdk/
Expected behavior
AS it used to work, to get the audio sent and get the transcription back
Logs/output
If applicable, add logs or error output.
To enable logging, set the following system properties:
REMEMBER TO SANITIZE YOUR PERSONAL INFO
options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Trace;
Aws::InitAPI(options)
Additional context
Add any other context about the problem here.