Skip to content

Commit 7532025

Browse files
committed
fixes 158 add NSMicrophoneUsageDescription instructions to ReadMe
1 parent dc94d67 commit 7532025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You will need the 'username' and 'password' credentials for each service. Servic
6767

6868
## IBM Watson Services
6969
### Speech to Text
70-
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.
70+
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.
7171

7272
```cs
7373
[SerializeField]

0 commit comments

Comments
 (0)