Skip to content

Conversation

mediumTaj
Copy link
Contributor

Summary

Adding a scene/script showing user how to implement streaming speech to text transcription from the microphone without using widgets.

public class ExampleStreaming : MonoBehaviour
{
private int m_RecordingRoutine = 0;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the 2 blanklines?


private string m_MicrophoneID = null;
private AudioClip m_Recording = null;
private int m_RecordingBufferSize = 2;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spaces vs tabs

@germanattanasio germanattanasio merged commit c273f0f into develop Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants