Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyKLai committed Jun 26, 2020
1 parent babf64d commit 6f0cf48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ SlateInPost transcribes all your media files and compares them, giving you a rou
It uses a Python package called [SpeechRecognition](https://pypi.org/project/SpeechRecognition/), which requires all media files to be in the .wav format. It is recommended that you convert your files to the supported format in advance, but SlateInPost does provide a conversion option that depends on the installation of [FFmpeg](https://ffmpeg.org/).

## Getting Started
The app is functional but it is **not** ready for a release yet. It is written using PyQt5 so you can still build it yourself with say, [Pyinstaller](https://pypi.org/project/PyInstaller/).
The app is functional but it is **not** ready for a release yet. It is written using PyQt5 so you can still build it yourself with [Pyinstaller](https://pypi.org/project/PyInstaller/).
To build the app, you will need [pocketsphinx](https://pypi.org/project/pocketsphinx/) (which needs [swig](http://www.swig.org/)), [SpeechRecognition](https://pypi.org/project/SpeechRecognition/), [ffmpeg-python](https://pypi.org/project/ffmpeg-python/) and [PyQt5](https://pypi.org/project/PyQt5/).

## Usage
1. To start, click on the **Import Media Files** button and select your files.
Expand Down

0 comments on commit 6f0cf48

Please sign in to comment.