@@ -52,6 +52,8 @@ test('Phase 4 VAD emits a bounded utterance after silence', () => {
|
||||
test('Phase 4 fast commands are handled before the harness', () => {
|
||||
assert.equal(fastCommand('Hands Off'), 'cancel');
|
||||
assert.equal(fastCommand('take the wheel'), 'computer');
|
||||
assert.equal(fastCommand('use the camera'), 'camera');
|
||||
assert.equal(fastCommand('use my webcam'), 'camera');
|
||||
assert.equal(fastCommand('ordinary question'), null);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user