Skip to content

Commit f270478

Browse files
committed
Initial commit
0 parents  commit f270478

203 files changed

Lines changed: 40526 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

AndoridVoiceComponents.dpk

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
package AndoridVoiceComponents;
2+
{$R *.res}
3+
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
4+
{$ALIGN 8}
5+
{$ASSERTIONS ON}
6+
{$BOOLEVAL OFF}
7+
{$DEBUGINFO OFF}
8+
{$EXTENDEDSYNTAX ON}
9+
{$IMPORTEDDATA ON}
10+
{$IOCHECKS ON}
11+
{$LOCALSYMBOLS OFF}
12+
{$LONGSTRINGS ON}
13+
{$OPENSTRINGS ON}
14+
{$OPTIMIZATION ON}
15+
{$OVERFLOWCHECKS OFF}
16+
{$RANGECHECKS OFF}
17+
{$REFERENCEINFO OFF}
18+
{$SAFEDIVIDE OFF}
19+
{$STACKFRAMES OFF}
20+
{$TYPEDADDRESS OFF}
21+
{$VARSTRINGCHECKS ON}
22+
{$WRITEABLECONST OFF}
23+
{$MINENUMSIZE 1}
24+
{$IMAGEBASE $400000}
25+
{$DEFINE RELEASE}
26+
{$ENDIF IMPLICITBUILDING}
27+
{$IMPLICITBUILD ON}
28+
29+
requires
30+
fmx;
31+
32+
contains
33+
AndroidTTS in 'Components\AndroidTTS.pas',
34+
SpeechRecognition in 'Components\SpeechRecognition.pas',
35+
android.speech.SpeechRecognizer in 'JNIBridge\android.speech.SpeechRecognizer.pas',
36+
Androidapi.JNI.TTS in 'JNIBridge\Androidapi.JNI.TTS.pas';
37+
38+
end.

AndoridVoiceComponents.dproj

Lines changed: 1224 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)