https://github.com/minusome/namesayer2
JavaFX application to practise unfamiliar names
https://github.com/minusome/namesayer2
audio gui javafx jfoenix material-design
Last synced: 2 months ago
JSON representation
JavaFX application to practise unfamiliar names
- Host: GitHub
- URL: https://github.com/minusome/namesayer2
- Owner: Minusome
- Created: 2018-09-27T22:35:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T09:16:13.000Z (over 7 years ago)
- Last Synced: 2025-10-11T03:33:03.502Z (9 months ago)
- Topics: audio, gui, javafx, jfoenix, material-design
- Language: Java
- Homepage:
- Size: 4.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)