Skip to content

Commit

Permalink
Feat: read & record through the transcription (#619)
Browse files Browse the repository at this point in the history
* may read & record fulltext of transcription

* may delete & remove recording

* may assess recording

* fix pronunciation assessment result style

* fix style

* fix style

* fix player confit

* update locale & fix warning
  • Loading branch information
an-lee authored May 19, 2024
1 parent 2d58c9a commit e0b2f59
Show file tree
Hide file tree
Showing 8 changed files with 414 additions and 9 deletions.
3 changes: 2 additions & 1 deletion enjoy/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,5 +588,6 @@
"saveTranscription": "Save transcription",
"areYouSureToSaveTranscription": "It will perform a force-alignment between the audio and your edited transcription. Are you sure to continue?",
"summarize": "Summarize",
"noResultsFound": "No results found"
"noResultsFound": "No results found",
"readThrough": "Read through"
}
3 changes: 2 additions & 1 deletion enjoy/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,5 +588,6 @@
"saveTranscription": "保存语音文本",
"areYouSureToSaveTranscription": "即将根据您修改后的语音文本对语音重新进行对齐,确定要继续吗?",
"summarize": "提炼主题",
"noResultsFound": "没有找到结果"
"noResultsFound": "没有找到结果",
"readThrough": "朗读全文"
}
1 change: 1 addition & 0 deletions enjoy/src/renderer/components/medias/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from "./media-recordings";
export * from "./media-current-recording";
export * from "./media-recorder";
export * from "./media-transcription";
export * from "./media-transcription-read-button";
export * from "./media-transcription-form";
export * from "./media-player";
export * from "./media-provider";
Expand Down
Loading

0 comments on commit e0b2f59

Please sign in to comment.