Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound Handler package #34

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1f0a82e
audiorecord package mvp
Romanxz Jan 5, 2023
d64d2d0
records container fix
Romanxz Jan 5, 2023
8ab4ad8
readme + fix
Romanxz Jan 5, 2023
50537ef
readme + fix
Romanxz Jan 5, 2023
fecb877
deps update
Romanxz Jan 12, 2023
978b56c
gitignore update
Romanxz Jan 19, 2023
0b60efa
package init && test handler
Romanxz Jan 19, 2023
f48340e
sound handler
Romanxz Jan 19, 2023
4b1418b
pre-merge
Romanxz Jan 23, 2023
342abfd
merge main
Romanxz Jan 23, 2023
2dda132
merge integration
Romanxz Jan 23, 2023
d8f292e
cleaning
Romanxz Jan 23, 2023
dd0b323
more cleaning
Romanxz Jan 24, 2023
6bc1cc4
readme fix
Romanxz Jan 24, 2023
c2288f1
require speech in handler code
Romanxz Feb 14, 2023
be7e14f
merge main
Romanxz Feb 14, 2023
be564c7
gitignore extension/*.html
Romanxz Feb 19, 2023
00f133f
speech recognition from webm audio string
Romanxz Feb 28, 2023
7d14479
tweaks
Romanxz Mar 5, 2023
61654c0
gcloud credentials link insert
Romanxz Mar 11, 2023
1b1aaf6
using gcloud credentials from link value
Romanxz Mar 11, 2023
639bc49
+audiorecord files
Romanxz Mar 21, 2023
73d4f9c
packagename fix
Romanxz Apr 13, 2023
c89811e
name fixes, install update, Transcribe link type, handler code update
Romanxz Apr 13, 2023
89ccbbd
use types from sound package
Romanxz Apr 15, 2023
190f4f2
types from sound package
Romanxz Apr 15, 2023
fea234a
types insert update
Romanxz Apr 15, 2023
6432140
value object fix
Romanxz Apr 16, 2023
20fcc11
remove unused types array
Romanxz Apr 19, 2023
8b5b6d5
transcribe function && ui update
Romanxz May 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,6 @@ projects/app/electron/app
# browser extention

/extension/next
extension/*.html
/*.crx
/*.pem
5 changes: 0 additions & 5 deletions android/app/src/main/java/deep/app/MainActivity.java

This file was deleted.

16 changes: 16 additions & 0 deletions android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
ext {
minSdkVersion = 22
compileSdkVersion = 32
targetSdkVersion = 32
androidxActivityVersion = '1.4.0'
androidxAppCompatVersion = '1.4.2'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.8.0'
androidxFragmentVersion = '1.4.1'
coreSplashScreenVersion = '1.0.0-rc01'
androidxWebkitVersion = '1.4.0'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.3'
androidxEspressoCoreVersion = '3.4.0'
cordovaAndroidVersion = '10.1.1'
}
ext {
minSdkVersion = 22
compileSdkVersion = 32
Expand Down
8 changes: 0 additions & 8 deletions electron/.gitignore

This file was deleted.

Binary file removed electron/assets/512x512.png
Binary file not shown.
Binary file removed electron/assets/appIcon.icns
Binary file not shown.
Binary file removed electron/assets/appIcon.ico
Binary file not shown.
Binary file removed electron/assets/appIcon.png
Binary file not shown.
Binary file removed electron/assets/appIconBig.png
Binary file not shown.
Binary file removed electron/assets/splash.gif
Binary file not shown.
Binary file removed electron/assets/splash.png
Binary file not shown.
75 changes: 0 additions & 75 deletions electron/live-runner.js

This file was deleted.

13 changes: 0 additions & 13 deletions electron/patch-electron-builder.js

This file was deleted.

10 changes: 0 additions & 10 deletions electron/resources/electron-publisher-custom.js

This file was deleted.

4 changes: 0 additions & 4 deletions electron/src/preload.ts

This file was deleted.

4 changes: 0 additions & 4 deletions electron/src/rt/electron-plugins.js

This file was deleted.

89 changes: 0 additions & 89 deletions electron/src/rt/electron-rt.ts

This file was deleted.

Loading