/khmer-react-transcript-creator

An adaptation of bbc/react-transcript-editor and FoundersFactory/react-speech-recognition for use with Khmer, to create editable and timed transcripts from audio/video (requires consistent internet service)

Primary LanguageJavaScriptOtherNOASSERTION

React Transcript Editor

A React component to make speech recognition for Khmer audio and video easier and faster.

Development env

Node version is set in node version manager .nvmrc

Setup

nvm use
npm i
npm start

Visit http://localhost:3000

Use custom replacer:

Use JSON string, with each key as something to be replaced, and value as what to replace it with.

E.g.,

{ "សួរ": "លា", "បូរ៉ា": "Ryan" yan"}

(all "សួរ" becomes "លា").

Then keep transcribing!

Copy from spreadsheet

If you want to keep your settings in a spreadsheet, you can do that then just copy it into the

Save your progress

  • Save to up to two local storage spots, and retrieve for the future.
  • Automatic saving of last value of field using a third local-storage key, which gets retrieved on reload.

Acknowledgements

Deployment

npm run deploy:ghpages

Or even easier:

./scripts/deploy.sh

Licence

See LICENCE.md