/pronunciation-finder

An application for getting audio mp3 files with pronunciation from Oxford Learner's Dictionaries

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

pronunciation-finder

An application for getting audio files with pronunciation from

Installation

MacOS, Linux

npm install -g pronunciation-finder

If you don't have npm please install it https://docs.npmjs.com/getting-started/installing-node#1-install-nodejs--npm

Windows

Executable file can be downloaded from https://github.com/lkazberova/pronunciation-finder/raw/master/build/win/pronunciation-finder.exe

Usage

pronunciation-finder car apple window

OR if you have a file with words

pronunciation-finder $(cat words.txt)

Options

$ pronunciation-finder --help

  Usage: pronunciation-finder [options] <words>

  An application for getting transcription and audio from Oxford Advanced Learner’s Dictionary

  Options:

    -v, --version               output the version number
    -p, --path [value]          Path for downloaded files (default: ./)
    -d, --dictionary [value]    Dictionary [oxford, cambridge] (default: cambridge)
    -g, --gap [value]           Add gap [value] sec to the end of file (default: 0)
    -h, --help                  output usage information


Output

Files with name like everything | ˈevriθɪŋ |.mp3

Update

npm update -g pronunciation-finder

Uninstall

npm uninstall -g pronunciation-finder