File tree 6 files changed +25
-13
lines changed
6 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 37
37
requirements : ' requirements-all.txt'
38
38
fail : ' Copyleft,Other,Error'
39
39
fails-only : true
40
- exclude : ' ^(precise-runner|fann2|tqdm).*'
40
+ exclude : ' ^(precise-runner|fann2|tqdm|bs4 ).*'
41
41
exclude-license : ' ^(Mozilla).*$'
42
42
- name : Print report
43
43
if : ${{ always() }}
Original file line number Diff line number Diff line change 396
396
"initial_energy_threshold": 1000.0,
397
397
// vad module can be any plugin, by default it is not used
398
398
// recommended plugin: "ovos-vad-plugin-silero"
399
- "module": "",
399
+ "module": "ovos-vad-plugin-webrtcvad ",
400
400
"ovos-vad-plugin-silero": {"threshold": 0.2},
401
401
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
402
402
},
Original file line number Diff line number Diff line change 1
1
SpeechRecognition~=3.8
2
2
PyAudio~=0.2
3
+ ovos-vad-plugin-webrtcvad
3
4
ovos-ww-plugin-pocketsphinx~=0.1, >=0.1.3
4
5
ovos-ww-plugin-precise~=0.1
5
6
ovos-stt-plugin-selene
Original file line number Diff line number Diff line change @@ -8,23 +8,30 @@ combo-lock~=0.2
8
8
PyYAML ~= 5.4
9
9
watchdog
10
10
11
+ mycroft-messagebus-client ~= 0.9 ,!= 0.9.2 ,!= 0.9.3
12
+ adapt-parser ~= 0.5
13
+ padatious ~= 0.4.8
14
+ padacioso ~= 0.1.2
15
+ fann2 == 1.0.7
16
+ padaos ~= 0.1
17
+
11
18
ovos_backend_client ~= 0.0 , >= 0.0.5
12
19
ovos-config ~= 0.0 ,>= 0.0.5
13
20
ovos-utils ~= 0.0 , >= 0.0.27
14
21
ovos-plugin-manager ~= 0.0 , >= 0.0.19
22
+ ovos_workshop ~= 0.0 , >= 0.0.10
23
+ ovos_PHAL ~= 0.0 , >= 0.0.2
24
+ ovos-lingua-franca >= 0.4.6
25
+
15
26
ovos-stt-plugin-server ~= 0.0 , >= 0.0.2
16
27
ovos-tts-plugin-mimic ~= 0.2 , >= 0.2.6
17
28
ovos-tts-plugin-mimic2 ~= 0.1 , >= 0.1.5
18
29
ovos-tts-plugin-google-tx ~= 0.0 , >= 0.0.3
19
30
ovos-ww-plugin-pocketsphinx ~= 0.1
20
31
ovos-ww-plugin-precise ~= 0.1
21
- ovos_workshop ~= 0.0 , >= 0.0.10
22
- ovos_PHAL ~= 0.0 , >= 0.0.2
32
+ ovos-vad-plugin-webrtcvad
23
33
24
- ovos-lingua-franca >= 0.4.6
25
-
26
- mycroft-messagebus-client ~= 0.9 ,!= 0.9.2 ,!= 0.9.3
27
- adapt-parser ~= 0.5
28
- padatious ~= 0.4.8
29
- fann2 == 1.0.7
30
- padaos ~= 0.1
34
+ ovos-skill-volume ~= 0.0.1
35
+ ovos-skill-fallback-unknown ~= 0.0.2
36
+ ovos-skill-setup ~= 0.0.1
37
+ ovos-skill-stop ~= 0.2
Original file line number Diff line number Diff line change 1
- ovos-skill-homescreen~=0.0.1
2
1
ovos-skill-volume~=0.0.1
3
2
ovos-skill-fallback-unknown~=0.0.2
4
3
ovos-skill-setup~=0.0.1
5
- ovos-skill-stop~=0.2
4
+ ovos-skill-stop~=0.2
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ def required(requirements_file):
77
77
},
78
78
packages = find_packages (include = ['mycroft*' ]),
79
79
include_package_data = True ,
80
+ classifiers = [
81
+ "Development Status :: 4 - Beta" ,
82
+ "Programming Language :: Python :: 3" ,
83
+ "License :: OSI Approved :: Apache-2.0" ,
84
+ ],
80
85
entry_points = {
81
86
'console_scripts' : [
82
87
'mycroft-speech-client=mycroft.listener.__main__:main' ,
You can’t perform that action at this time.
0 commit comments