Commit Graph

274 Commits

Author SHA1 Message Date
an-lee
d472e67ea1 upgrade deps (#559) 2024-04-22 17:11:02 +08:00
an-lee
5ba486792a Improve ux (#558)
* clear content once message sent

* do not retry when tts failed
2024-04-22 16:51:20 +08:00
an-lee
84792e5882 whisper use auto language config when using none .en model (#542) 2024-04-19 20:40:22 +08:00
an-lee
e9c043ce95 Fix hotkeys (#539)
* fix compare hotkey in sm layout
2024-04-19 10:48:12 +08:00
an-lee
e4f5bdcfb9 Refactor components codes (#538)
* remove deprecated code

* refactor code

* refactor components codes

* fix renderer tests
2024-04-19 10:46:04 +08:00
an-lee
5f3ee54bb5 Fix transcription (#536)
* fix transcription for `-`

* fix typo
2024-04-17 14:56:35 +08:00
an-lee
8947b66007 upgrade echogarden dep (#535)
* upgrade echogarden dep

* avoid duplicate render when after recording

* update trim threshold when compare recording

* update recording trim threhold when saving
2024-04-17 10:37:30 +08:00
an-lee
093302a771 Fix style (#534)
* fix conversation textarea style

* fix style in dark mode ref #530
2024-04-17 08:58:20 +08:00
an-lee
a6d55b736b upgrade deps (#533) 2024-04-17 08:47:27 +08:00
BiggerRain
65d11044e1 style: delete font style for numbers (#529) 2024-04-16 14:02:14 +08:00
BiggerRain
405b6a693c chore: add image loading error handling (#532) 2024-04-16 14:02:02 +08:00
an-lee
844ff5e7b6 bump v0.2.3 2024-04-12 12:44:58 +08:00
an-lee
955571e5d2 Feat copy caption with ipa & refactor some style (#516)
* refactor sidebar

* fix vocabulary style

* fix conversation page in dark mode

* remove focus-visible:ring

* copy caption with ipa
2024-04-12 12:43:55 +08:00
an-lee
7cc8e0bf7b use gpt-4-turbo as default (#515) 2024-04-12 10:25:35 +08:00
an-lee
1c3b148e9a Update auto updater config (#514)
* update autoupdater config

* update deps

* update window size
2024-04-12 09:29:40 +08:00
an-lee
39c55b5f3f Feat: publish to s3 & auto update (#511)
* publish to s3

* add update base url

* autoupdate from s3

* fix warning

* update locales

* update publish workflow
2024-04-11 21:37:48 +08:00
an-lee
b4767a9c7a lint 2024-04-11 17:02:36 +08:00
an-lee
4497360ae0 fix locale 2024-04-11 17:01:51 +08:00
an-lee
ac39ccaf6f Improve layout (#510)
* fix assessment layout

* improve player layout

* refactor sidebar

* default system theme

* may toggle theme

* fix calendar in dark theme

* fix style in dark mode

* improve player layout
2024-04-11 16:03:17 +08:00
an-lee
a3ceba97ea remove noises in frequencies (#508) 2024-04-10 21:01:54 +08:00
an-lee
7dfd47bb6d Refactor hotkey setting UI (#506)
* refactor hotkeys setting

* update UI

* refactor

* fix toast
2024-04-10 11:54:28 +08:00
slarkvan
5b87d218ac Feat/custom hotkeys (#496)
* feat: 2024-04-07 15:27:52 - custom hotkeys

* feat: 2024-04-07 15:52:13 - add custome compare shortcuts

* feat: 2024-04-09 10:17:23 - Modify the code according to the code review suggestions and optimize the experience.

---------

Co-authored-by: more.tai <more.tai@huolala.cn>
2024-04-09 14:52:51 +08:00
an-lee
0a6be17f04 update deps (#503) 2024-04-09 09:29:09 +08:00
an-lee
f689d60b83 fix warnings 2024-04-08 16:47:42 +08:00
an-lee
e7df154f84 Feat: share GPT (#502)
* may share GPT

* add ai assistant from shared gpt
2024-04-08 16:42:41 +08:00
an-lee
b795e1e3eb fix typo 2024-04-08 10:45:24 +08:00
an-lee
a3a240da56 no need to upload before recording assess 2024-04-08 10:44:11 +08:00
an-lee
1a4df1426b ensure recording is synced before share (#492) 2024-04-07 14:51:32 +08:00
an-lee
aa334dfb09 Feat: update user profile (#491)
* add update profile api

* may update email

* may update username
2024-04-07 14:38:43 +08:00
an-lee
52287357d5 Feat: support email login (#490)
* may login with email

* update login layout

* update login style
2024-04-07 11:38:21 +08:00
Harry
096a7395b2 Fea: add hotkey for compare function (#483)
* add hotkey for compare function

* remove duplicate hotkeys

* add id="media-compare-button" to small layout
2024-04-04 12:12:23 +08:00
an-lee
0a10909dcc Feat filter posts & follow/unfollow user (#485)
* add users api

* add user page

* update user page

* filter posts by user/type

* format
2024-04-04 11:52:09 +08:00
Harry
2166a4aaf2 Feat: Add progress bar to Youtube download (#481)
* download progress on console

* Feat: add a progress bar to Youtube download

* change download-on-state to interrupted if download failed
2024-04-03 07:01:01 +08:00
an-lee
f536643215 empty cache dir before quit (#478) 2024-04-02 14:49:48 +08:00
an-lee
071d80060d Fix punctuation (#477)
* add punctuate command

* check punctuation before alignment
2024-04-02 14:43:15 +08:00
an-lee
f0f4319044 Refactor transcription (#476)
* word-level timestamp is not needed for alignment

* remove deprecated code

* fix error when stop recording
2024-04-02 14:03:02 +08:00
Harry
f4d1d2a730 Feat: add youtube provider (#475) 2024-04-02 13:51:43 +08:00
an-lee
861f850e1f update deps 2024-04-02 11:17:03 +08:00
an-lee
265429a24e Feat: denoise recording & clean code (#473)
* denoise recording before saved

* Refactor audio processing and recording logic

* Remove unused code

* use echogarden to transcode

* remove ffmpeg-wasm

* add echogarden decode

* remove deprecated code

* ensure use posix path

* refactor echogarden transcode

* refactor recording denoise

* clean code

* expose align error in toast

* remove unused code
2024-04-02 11:10:19 +08:00
an-lee
85989e025f fix: avoid seek before decoded 2024-04-01 10:45:01 +08:00
an-lee
ce6bf06626 use CharisSIL to display IPA (#464) 2024-04-01 09:42:38 +08:00
an-lee
fec045079b update ipa mapping 2024-04-01 08:45:49 +08:00
Harry
215e9c256f Bump youtubedr from 2.9.0 to 2.10.1 (#460) 2024-03-30 09:57:53 +08:00
an-lee
97e07b2b89 bump 0.2.2 2024-03-29 16:56:41 +08:00
an-lee
b737cde706 bump v0.2.1.1 2024-03-29 16:45:22 +08:00
an-lee
e777a8e082 fix up missing recording buttons in sm layout (#459) 2024-03-29 16:43:12 +08:00
an-lee
2eb6379aee bump v0.2.1 2024-03-29 09:20:07 +08:00
an-lee
ad5d4a6c37 fix style and ahoy configure 2024-03-29 09:19:52 +08:00
an-lee
c55f05f721 fix style 2024-03-29 09:04:23 +08:00
an-lee
e27d508687 improve transcript pre-process 2024-03-29 08:43:59 +08:00