Commit 412ab81
[voice agent] Fixing the missing arguments calling in
* Fixing the missing arguments calling in `NemoSTTService`
Signed-off-by: SangwonSUH <[email protected]>
* Remove redundant attribute assignments in `NemoSTTService` and use `self._params` directly instead.
Signed-off-by: SangwonSUH <[email protected]>
* Add docstrings to `NemoSTTService` and related classes
Signed-off-by: SangwonSUH <[email protected]>
* Fix incorrect model type check in process_frame method
Signed-off-by: He Huang (Steve) <[email protected]>
---------
Signed-off-by: SangwonSUH <[email protected]>
Signed-off-by: He Huang (Steve) <[email protected]>
Co-authored-by: He Huang (Steve) <[email protected]>NemoSTTService (#15233)1 parent 1a3c291 commit 412ab81
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| |||
258 | 265 | | |
259 | 266 | | |
260 | 267 | | |
261 | | - | |
| 268 | + | |
| 269 | + | |
262 | 270 | | |
263 | 271 | | |
264 | 272 | | |
| |||
0 commit comments