speechflow 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +1 -2
- package/etc/speechflow.bat +6 -0
- package/etc/speechflow.sh +5 -0
- package/etc/stx.conf +1 -1
- package/package.json +2 -2
- /package/{sample.yaml → etc/speechflow.yaml} +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -67,8 +67,7 @@ Processing Graph Examples
|
|
|
67
67
|
-------------------------
|
|
68
68
|
|
|
69
69
|
The following are examples of **SpeechFlow** processing graphs.
|
|
70
|
-
They can also be found in the [
|
|
71
|
-
for easy consumption with `speechflow -c <id>@sample.yaml>`.
|
|
70
|
+
They can also be found in the sample [speechflow.yaml](./etc/speechflow.yaml) file.
|
|
72
71
|
|
|
73
72
|
- **Capturing**: Capture audio from microphone device into WAV audio file:
|
|
74
73
|
|
package/etc/stx.conf
CHANGED
package/package.json
CHANGED
|
File without changes
|