JavaFX application for easy cut and send audio to Telegram chat as voice messages
Go to file
2018-04-06 18:59:36 +03:00
gradle/wrapper Hello, world 2018-03-29 18:52:50 +03:00
src/main Refactor config loading 2018-04-06 18:59:36 +03:00
.gitignore Hello, world 2018-03-29 18:52:50 +03:00
build.gradle Hello, world 2018-03-29 18:52:50 +03:00
gradlew Hello, world 2018-03-29 18:52:50 +03:00
gradlew.bat Hello, world 2018-03-29 18:52:50 +03:00
LICENSE Hello, world 2018-03-29 18:52:50 +03:00
README.md Hello, world 2018-03-29 18:52:50 +03:00
settings.gradle Hello, world 2018-03-29 18:52:50 +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