Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minusome/namesayer2

JavaFX application to practise unfamiliar names
https://github.com/minusome/namesayer2

audio gui javafx jfoenix material-design

Last synced: about 1 month ago
JSON representation

JavaFX application to practise unfamiliar names

Awesome Lists containing this project

README

        

# NameSayer

NameSayer is a JavaFX application which helps users practise unfamiliar names. The user will be able to listen to the recordings stored in the name database, practise them and make their own recordings.








## Dependencies
- Oracle Java 8 version 1.8.0_121 or newer (Java 9 and 10 are not supported)
- Oracle JavaFX runtime (normally bundled with Java 8)
- FFmpeg
- FFplay version 3.4.4
- Microphone and audio output

## Installation
Download the names database contained in repo:
```
git clone https://github.com/Minus20Five/NameSayer2.git
```
Download [NameSayer.jar](https://github.com/Minus20Five/NameSayer2/releases/latest) and copy into repo

```
cd NameSayer2
java -jar NameSayer.jar
```

## License
[MIT](https://choosealicense.com/licenses/mit/)