Commit Graph

223 Commits

Author SHA1 Message Date
an-lee
2bea14fbdf handle undefined 2024-03-28 16:46:49 +08:00
an-lee
bdc3865b9d try to fix undefined issue 2024-03-28 16:40:47 +08:00
an-lee
da567f44c2 fix Infinity issue 2024-03-28 16:28:52 +08:00
an-lee
fc82286f61 handle undefined 2024-03-28 16:19:40 +08:00
an-lee
848de1abdf Fix bugs (#457)
* ensure word not empty when lookup

* fix null issue

* fix undefined issue when video failed to add
2024-03-28 16:10:23 +08:00
an-lee
3f6d26ee1a fix media decoding (#456) 2024-03-28 15:08:48 +08:00
an-lee
daa1c3a995 fix translation cached (#455) 2024-03-28 14:49:04 +08:00
an-lee
5e379e4664 update deps 2024-03-28 11:02:56 +08:00
an-lee
e63d77cd82 Fix layout (#454)
* player layout autosize

* fix video layout

* improve style
2024-03-28 10:35:32 +08:00
xiaolai
5922b6ffe4 Merge branch 'main' into sounds-of-american-english-2 2024-03-28 08:16:32 +08:00
an-lee
386045a68f bump v0.2.0 2024-03-25 11:10:07 +08:00
an-lee
7233e0d4a8 setup max retries for AI request 2024-03-25 11:09:10 +08:00
an-lee
cab66e6cd0 remove debug 2024-03-25 11:05:22 +08:00
an-lee
5ee7c78676 Feat: add tracking (#437)
* add ahoy

* add sentry for error tracking
2024-03-25 10:54:18 +08:00
an-lee
63ce2206e1 Fix bugs (#436)
* fix recording style

* refine prompt
2024-03-25 10:02:07 +08:00
xiaolai
19a47b1553 keep updated 2024-03-23 21:29:05 -10:00
an-lee
ae35633caf prepare for release 2024-03-23 18:18:37 +08:00
an-lee
b82b847d59 fix camdict in package 2024-03-23 18:18:28 +08:00
an-lee
f351649caf do not make rpm because of unkown issue 2024-03-23 17:48:59 +08:00
an-lee
3600895a60 Feat: add camdict (#435)
* add camdict db & logic

* refactor camdict

* refactor media caption

* display camdict result
2024-03-23 17:46:26 +08:00
an-lee
03d081592c Feat: improve player caption (#433)
* update ipa mapping

* refactor player caption layout
2024-03-22 10:20:13 +08:00
an-lee
d2a777a72b textarea autosize (#432) 2024-03-22 09:29:56 +08:00
an-lee
8fc8905afc Feat: may download files(recording/audio/video/speech) (#431)
* may download recording

* may download recording/audio/video/speech
2024-03-22 08:44:48 +08:00
an-lee
7474225b14 test: update timeout for test 2024-03-21 16:31:22 +08:00
an-lee
3000a63ca8 update test config (#430) 2024-03-21 16:18:10 +08:00
an-lee
1388c120b7 fix caption translate & analysis 2024-03-21 11:28:43 +08:00
an-lee
d43826dce3 upgrade deps 2024-03-21 11:22:42 +08:00
an-lee
6dac70daa4 Feat: improve player (#429)
* tune pitch params

* may generate meaning groups

* auto group words

* update caption style

* refactor caption

* add analysis

* use conversation to analyze

* fix caption tabs

* add command component
2024-03-21 11:10:00 +08:00
an-lee
f8b3e2a15d Improve layout (#428)
* add Source Code Pro for IPA display

* audo fit player width

* update IPA mapping

* fix caption render

* pre-process transcription timeline for - and %

* tweak

* fix video player

* fix locale
2024-03-19 15:41:39 +08:00
an-lee
a01f51c1a5 upgrade deps 2024-03-19 06:14:58 +08:00
an-lee
3b770eaf3e Feat: handle decode errors (#425)
* show decode error

* handle loading error in post audio/recording

* tweak

* upgrade deps

* fix logout

* update build-enjoy-app.yml
2024-03-18 18:53:16 +08:00
an-lee
251eada86b fix transcription 2024-03-18 16:27:52 +08:00
an-lee
1e0caf0cb1 add basic context menu (#424) 2024-03-18 14:58:19 +08:00
an-lee
e139899885 fix ipa convert 2024-03-18 14:31:00 +08:00
an-lee
3541dd9cbf fix ipa display 2024-03-18 13:39:18 +08:00
an-lee
2a766cc9c6 a litter pause between loop 2024-03-18 13:38:30 +08:00
an-lee
0f10f3d0e9 ipa convert 2024-03-18 13:17:08 +08:00
an-lee
de89ae73bf Force alignment for tts audio (#418)
* add originalText as param

* save original text when added from tts speech

* fix player in conversation sheet

* minor fix
2024-03-18 12:55:28 +08:00
an-lee
94dfabfec8 upgrade echogarden dep 2024-03-17 18:35:36 +08:00
an-lee
0f9c788aa4 add more logs for echogarden 2024-03-17 10:56:20 +08:00
an-lee
d516530440 fix ffmpeg path for echogarden 2024-03-17 10:37:15 +08:00
an-lee
df2aac185a upgrade echogarden 2024-03-17 10:32:03 +08:00
an-lee
90f38e9226 Transcription force alignment & more (#416)
* add wavesurfer-provider

* brand new layout for player

* refactor pitch contour

* clean up

* update styl

* refactor

* update layout

* use new layout for video

* refactor

* may select word

* may edit word timestamp

* may toggle multiselect words

* clean code

* improve word region update

* improve layout

* update layout

* add echogarden

* fix test

* use aligned transcription

* fix ipa

* some refactor

* improve code

* implement ipa & translate & lookup

* recording play & share

* fix

* fix post audio

* improve layout

* may delete recording

* may record

* fix video player layout

* fix player in conversation

* render recording along with orignal audio

* may custom create region in recording

* fix float issue when seekTo

* fix recording player

* fix load more recordings

* fix seekTo

* clean up

* refactor pitch contour

* fix some warnings

* upgrade deps

* fix group transcription sentence

* zoom to fit when segment update

* add more hotkeys

* update player layout

* improve style

* play recording overlap audio when comparing

* update echogarden dep

* add recorded mark on transcription

* fix recording pitch contour rendering

* improve recording

* adjust pitch finder params
2024-03-16 19:42:37 +08:00
Harry
fe43755e02 clarify size limit error message for audio/video (#397) 2024-03-11 07:58:33 +08:00
an-lee
a8ffc4e4ab upgrade deps 2024-03-05 10:30:57 +08:00
an-lee
545ffa0c2c open new window when click external link (#388) 2024-03-05 09:25:32 +08:00
an-lee
ef8b7d3225 fix null reading getBoundingClientRect 2024-03-04 14:55:45 +08:00
an-lee
bc7f0d558d ensure recording uploaded before share 2024-03-04 09:29:35 +08:00
an-lee
e8bea7cb0f specify target when generate azure token 2024-03-04 09:26:44 +08:00
an-lee
747b406c41 prepare v0.1.0-alpha.13 2024-03-04 09:00:32 +08:00