Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchou committed Jul 13, 2019
1 parent b88b499 commit 22c362e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# echo-mori
Echoic Memory Forest
# 回音森林 (echo-mori)
Echoic Memory Forest (聽覺記憶森林、簡稱 echo mori)

## 目標
- 讓學校/老師/自學者,能夠使用最新的科技/AI,提升學生的口說能力 (英、日文 or ...)
- 建立台灣外語學習的免費語料庫,希望能照台灣學制做難度分級。 (CC-??-?? 未定授權、希望每一句外文, 都有正確的台灣華語翻譯)

## 練口說流程
* 網站說一句
* 學生模仿模仿說
* 接著用語音辨識評分學生說的對不對。

`跟讀(Shadowing)`會大量使用能維持3 ~ 4秒聽覺記憶(Echoic Memory)。透過大量練習`聽覺記憶的編碼與解碼`,可以有效訓練口說。

## 使用的技術
- Google TTS (文字轉語音)
- Chrome 語音辨識

## 目前畫面,只有5句日文。
<img src="https://raw.githubusercontent.com/wangchou/echo-mori/master/img/20190713.jpg" height="480">


PS: 作者有上架一個廉價的 iOS App「[今話したい](https://github.com/wangchou/Shadowing)」。(上架一年,時薪約 10 NTD) 這個完全免費的新專案是為了 Web / Android 的使用者,希望有熱血的朋友能加入設計/開發。讓這簡單的科技幫助更多人學習。
Binary file added img/20190713.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/client/gameFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { get } from 'svelte/store';
import { Voices } from './model/constants.js'

const sentences = [
'逃げるは恥だが役に立つ',
'こんにちは',
'初めまして',
'今日はいい天気ですね',
// 'こんにちは、ともさん',
// 'そうですね。',
// 'じゃあ、またね。',
'ただの人間には興味ありません',
'逃げるは恥だが役に立つ',
]

export const playGame = async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/client/ui/Messenger.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.messenger {
display: flex;
flex-direction: column;
height: 400px;
height: 480px;
max-width: 320px;
background: #f8f9fa;
border: 1px solid #bbb;
Expand Down

0 comments on commit 22c362e

Please sign in to comment.