You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ Move the **`unity-sdk`** directory into the Assets directory of the Unity projec
43
43
44
44
## Configuring your service credentials
45
45
You will need the 'username' and 'password' credentials for each service. Service credentials are different from your Bluemix account username and password.
46
-
1. Determine which services to configure.
47
46
47
+
1. Determine which services to configure.
48
48
2. If you have configured the services already, complete the following steps. Otherwise, go to step 3.
49
49
1. Log in to Bluemix at https://bluemix.net.
50
50
2. Navigate to the **Dashboard** on your Bluemix account.
@@ -65,6 +65,8 @@ You will need the 'username' and 'password' credentials for each service. Servic
Note: The Config.json file is saved as plain text in the StreamingAssets directory. It is the user's responsibility to secure the credentials.
69
+
68
70
## IBM Watson Services
69
71
### Speech to Text
70
72
Use the [Speech to Text][speech_to_text] service to recognize the text from a .wav file. Assign the .wav file to the script in the Unity Editor. Speech to text can also be used to convert an audio stream into text. When using the Microphone Widget and publishing to iOS, the XCode project plist must be updated with a `NSMicrophoneUsageDescription` or the application will crash silently.
0 commit comments