mirror of
https://github.com/google/pebble.git
synced 2025-06-14 13:43:12 +00:00
spelling: and
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0bef7743f6
commit
05d09de90b
3 changed files with 3 additions and 3 deletions
|
@ -308,7 +308,7 @@ VoiceSessionId voice_start_dictation(VoiceEndpointSessionType session_type) {
|
|||
return s_session_id;
|
||||
}
|
||||
|
||||
// Calling this will end the recording, disable the mic and and stop the audio transfer session. We
|
||||
// Calling this will end the recording, disable the mic and stop the audio transfer session. We
|
||||
// expect voice_handle_dictation_result to be called next with a dictation response
|
||||
void voice_stop_dictation(VoiceSessionId session_id) {
|
||||
mutex_lock(s_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue