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
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-assistant-library/README.rst
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,21 @@ This package contains high level Python_ bindings for the `Google Assistant Libr
6
6
It is part of the `Google Assistant SDK`_.
7
7
8
8
It includes the following features:
9
-
- "Ok Google" or "Hey Google" hotword detection.
10
-
- Audio recording.
11
-
- Assistant response playback.
12
-
- Timer and alarm features.
13
-
- Volume ducking and control.
14
-
- Conversation state management.
9
+
- "Ok Google" or "Hey Google" hotword detection
10
+
- Audio recording
11
+
- Assistant response playback
12
+
- Timer and alarm features
13
+
- Volume ducking and control
14
+
- Conversation state management
15
15
16
-
See `Getting Started Guide for Raspberry Pi`_ for a step by step guide on how to get started with the library on Raspberry Pi 3.
16
+
See `Getting Started with the Raspberry Pi and Python`_ for a step by step guide on how to get started with the library on Raspberry Pi 3.
17
17
18
18
Supported configuration
19
19
-----------------------
20
20
21
21
- Python ``>= 3.4``
22
22
- Architecture: ``linux-arm7l``
23
23
24
-
25
24
Installing
26
25
----------
27
26
@@ -33,12 +32,12 @@ Installing
33
32
Authorization
34
33
-------------
35
34
36
-
- `Follow the steps`_ to configure a Google API Console Project and a Google Account to use with the Google Assistant SDK.
35
+
- `Follow the steps`_ to configure a Google API Console Project and a Google account to use with the Google Assistant SDK.
37
36
38
-
- Download the ``client_secret_XXXXX.json`` file from the `Google API Console Project credentials section`_ and generatte credentials using ``google-oauth-tool``.::
37
+
- Download the ``client_secret_XXXXX.json`` file from the `Google API Console Project credentials section`_ and generate credentials using ``google-oauth-tool``.::
0 commit comments