Microsoft: fix captioning by Speech Studio

Roy Jensen 40 Reputation points
2024-07-02T00:44:05.4533333+00:00

The captioning functionality in the Speech Studio is an utter failure.

This is typical output:temp - caption

I encourage Microsoft to implement the functionality that allows the user to specify the number of lines of text (typically one or two), and the maximum number of characters per line.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,762 questions
{count} votes

Accepted answer
  1. navba-MSFT 24,890 Reputation points Microsoft Employee
    2024-07-06T04:28:33.24+00:00

    @Roy Jensen Thanks for getting back and clarifying your use case. Your approach requires extensive efforts, while you can streamline it by leveraging the Captioning with speech to text feature.

    .

    If you want to directly skip to the User Interface to test the Captioning with speech to text feature directly skip to Step 2.

    .

    .

    Since you are Azure novice, I am sharing the steps here. Pleaser follow in the order:

    Step 1:
    For installing and setting up Visual Studio follow this article.
    Configure Visual Studio for Azure development with .NET, Please follow this article.
    .

    .

    Step 2:
    Create an Azure Speech Service Resource if you don't have one.

    User's image

    User's image

    .

    .

    Step 3:
    After the Azure Speech Service is created, you need to open this Speech Resource and then Click on Go To Speech Studio:

    User's image

    Navigate to the Captioning with Speech to text feature as shown below:
    User's image

    Click on the Try it Out option --> Try with your own video--> Check the Acknowledgment checkbox.

    User's image

    Upload your video file. After the captioning is complete the video appears, and you can adjust the lines and length below:

    User's image

    .

    .

    .

    Step 4:
    If you want to use this feature from Visual Studio, the sample code is already available here. You don't need to write any code from scratch.
    .

    Hope this helps.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

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