forked from anhtuank7c/expo-stt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Currently, [anhtuank7c/expo-stt](https://github.com/anhtuank7c/expo-stt) has a separate Google voice recognition modal. Instead, I migrated the [react-native-voice](https://github.com/react-native-voice/voice) code onto this repository to use the built-in microphone like [react-native-voice](https://github.com/react-native-voice/voice). - You can check the whole flow of voice recognition with [README](https://github.com/crossplatformkorea/expo-stt/blob/52d320d9a7ec6fa3ff7bafe41f9679926e290093/README.md) --------- Co-authored-by: hyochan <[email protected]>
- Loading branch information
Showing
78 changed files
with
10,741 additions
and
55,287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ project.xcworkspace | |
|
||
# Android/IJ | ||
# | ||
build/ | ||
.classpath | ||
.cxx | ||
.gradle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
<manifest package="expo.modules.stt"> | ||
</manifest> | ||
<manifest | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="expo.modules.stt" | ||
xmlns:tools="http://schemas.android.com/tools"> | ||
<uses-sdk tools:overrideLibrary="com.facebook.react" /> | ||
<uses-permission android:name="android.permission.RECORD_AUDIO" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.