Voicyanski/README.md

19 lines
521 B
Markdown
Raw Normal View History

2018-03-29 18:46:37 +03:00
# Voicyanski
JavaFX application for easy cut and send audio to Telegram chat as voice messages.
## Requirements
- JavaFX 8
- `ffmpeg` with libopus encoder
## Building and running
1. Build jar with dependencies: `./gradlew shadowJar`
2. Edit `app.properties` in `build/libs/Voicyanski-all.jar` archive
3. Set `telegram-bot-token` and `telegram-chat-id` properties
4. Run application:
`java -jar Voicyanski-all.jar` and drop your audio file window
or run `java -jar Voicyanski-all.jar path-to-audio-file.mp3`