mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Add Tharo's documentation comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Checks whether or not a word can be registered in the dictionary
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicecheckword/osVoiceCheckWord.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Initializes Voice Recognition System word registration dictionary
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicecleardictionary/osVoiceClearDictionary.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Adjusts the input gain of the Voice Recognition System
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicecontrolgain/osVoiceControlGain.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Gets voice recognition result from the Voice Recognition System
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicegetreaddata/osVoiceGetReadData.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Initializes Voice Recognition System control structure and hardware
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voiceinit/osVoiceInit.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Mask words registered in the voice recognition system
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicemaskdictionary/osVoiceMaskDictionary.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Registers words to the Voice Recognition System dictionary
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicesetword/osVoiceSetWord.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Start voice recognition by the Voice Recognition System
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicestartreaddata/osVoiceStartReadData.s")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
// Forcibly stops voice recognition processing by the Voice Recognition System
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/boot/voicestopread/osVoiceStopReadData.s")
|
||||
|
||||
Reference in New Issue
Block a user