file location when audio logging is enabled in SpeechConfig

Gabriele Serra 21 Reputation points
2021-02-10T10:07:24.477+00:00

Hi, where is the file generated
configuring enabled audio logging in speech config object ?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
{count} votes

Answer accepted by question author
  1. romungi-MSFT 49,061 Reputation points Microsoft Employee Moderator
    2021-02-10T11:38:11.087+00:00

    @Gabriele Serra I think there is a bit of confusion with the documentation for enable audio logging. I have tried this scenario and the logs are enable on the service. This is detailed in the speech to text FAQ document here.

    The logs can be retrieved using the Get Base Model Endpoint API

    For a configuration that I used with the python SDK.

    speech_config.enable_audio_logging()  
    

    The logs location is available in the response of this API.

    66442-image.png

    The format of the file should contain all the details of the requests you pass to the speech API.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.