Skip to content

aws sdk cpp sample for transcribe stopped working #1806

@nicksimultec

Description

@nicksimultec

Confirm by changing [ ] to [x] below to ensure that it's a bug:

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions