User Profile
Curious425
Former Employee
Joined 5 years ago
User Widgets
Recent Discussions
Re: speech batch transcription submit one by one or in batches.
That really depends on your application design (how fast you want users to be able to see results), and if you want to have your service running all the time or on a schedule X times a day. one other alternative to the REST batch service, especially if you have multiple people speaking in the audio, we have a batch api available in the speech sdk for conversation transcription, and it is a little simpler to use that the rest api. If that sounds like it would work, take a look at this example. https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/remote_conversation_samples.cs1.8KViews0likes0CommentsRe: Is there a way to test the Neural Engine without our Azure Services?
The Neural Voices need access the azure GPUs farms, so you can't run them locally like an embeded/edge scenario... If you use the Speech CLI, it is very easy to quickly try them out though. https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-speech-to-text?tabs=script%2Cbrowser%2Cwindowsinstall&pivots=programmer-tool-spx1.5KViews0likes0CommentsRe: Unity3D voice capabilities
you can take a look at these samples. https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/unity/VirtualAssistantPreview https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity1.5KViews1like0CommentsRe: Group speech recognition
We have experimented with it, and even released this preview of a Conversational Transcription Service. You can take a look at this and give us feedback. https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/conversation-transcription2KViews1like0CommentsRe: Real-time translation
If your eLearning product has a way to be connected to the speech service and audio input/output, then you could take a look at our real-time translation sample, and add that to your app? https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/translation_samples.cs2.7KViews0likes1CommentRe: "Simpler" or more basic GUI
LeonhardBleicher If you have .NetCore installed, and a speech key, try this. dotnet tool install Microsoft.CognitiveServices.Speech.CLI --version 1.15.0 spx config synthesize @region --set westus2 spx config synthesize @key --set {YourWestUS2Key} spx synthesize --text "Hello, would you like a glass of water?" --voice "en-AU-NatashaNeural" --audio output test.wav That will allow you to quickly and easily create audio from your text, with either the standard or one of our pre-made Neural Voices. It's not a GUI, but would that work for you?2.1KViews0likes0CommentsRe: "Simpler" or more basic GUI
LeonhardBleicher Are you asking about the Speech Portal for creating custom voices and language models, or just a simple way to try our speech? If it is the later, take a look at the Speech CLI. https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/spx-basics?tabs=dockerinstall We have both a nuget tool package, and a docker container that are easy to setup. It takes longer to get your speech keys setup, that to pull the tool packages and make your first calls to the service via the Speech CLI. If this sounds like what you want, let me know and I can reply back with some more detailed instructions and an example or two. Thanks, Brian.2.2KViews0likes2CommentsRe: More information about the team
MiniciBI Hello, I work on the SDK team, and I'm glad to here from our customers. The best place to contact the team is our GitHub issues page. https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues And for learning and participating in our community, Stack Overflow is a good place as well. https://stackoverflow.com/search?tab=newest&q=%5bmicrosoft-cognitive%5d%20speech1.9KViews0likes1Comment
Recent Blog Articles
No content to show