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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Some examples what you can do with this:
24
24
25
25
* Synthesize audio tracks for Youtube tutorials
26
26
* Build voice-enabled chatbot services (for example, IVR systems)
27
+
* see the [Rasa Custom Voice Channel](./connectors/rasa)
27
28
* Classification of audio file transcriptions
28
29
*[Automated Testing](https://chatbotslife.com/testing-alexa-skills-with-avs-mocha-and-botium-f6c22549f66e) of Voice services with [Botium](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4)
29
30
@@ -154,6 +155,11 @@ This project is standing on the shoulders of giants.
154
155
155
156
## Changelog
156
157
158
+
### 2021-01-26
159
+
160
+
* Added several profiles for adding noise or other audio artifacts to your files
Use the _credentials.yml_ file when launching Rasa.
19
+
20
+
> rasa run --credentials <clone-dir>/connectors/rasa/credentials.yml
21
+
22
+
Or when using it with docker-compose, first copy the _connectors_ folder to your Rasa installation, and you can use a _docker-compose.yml_ file like this one:
There is a simple test client based on the [Rasa Voice Interface](https://github.com/RasaHQ/rasa-voice-interface) available.
51
+
52
+
In the _client_ directory, change the Rasa endpoint in the _docker-compose.yml_ file, then launch the client and access the Web interface to give a chat to your Rasa chatbot.
0 commit comments