JavaFX application for easy cut and send audio to Telegram chat as voice messages
Go to file
Фёдор Долетов 5dd7d03053 Merged in Senderman/voicyanski/new (pull request #1)
Added support for external config file
2018-03-30 07:53:52 +00:00
gradle/wrapper Hello, world 2018-03-29 18:52:50 +03:00
src/main Added support for external config file 2018-03-30 00:49: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