Audio recording
Audio Recording, Speech Recognition and Transcription
In the ExampleScripts\Audio Recording
folder you can find an example that shows you how you can quickly add the functionality to record a user's audio of a session (using whichever microphone they have connected), as well as a convert_to_transcript
script that will convert that converted audio to a text transcript file. The audio can also be played back alongside the session replay.
Note: the convert_to_transcript
script requires installing either the SpeechRecognition library or 'Vosk' with some additional libraries for the offline version.
Additionally, there is now a speech_recognition_example
available that shows how to use voice to change something in the scene (in this case the color of the ball).