JavaFX application for easy cut and send audio to Telegram chat as voice messages
Go to file
2018-04-07 13:55:27 +03:00
gradle/wrapper Hello, world 2018-03-29 18:52:50 +03:00
src/main Refactor alerts 2018-04-07 13:55:27 +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 Merged in Senderman/voicyanski (pull request #2) 2018-04-06 22:00:17 +00: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 Merged in Senderman/voicyanski (pull request #2) 2018-04-06 22:00:17 +00: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

Build jar with dependencies: ./gradlew shadowJar. The executable jar will appear as build/libs/Voicyanski-all.jar

Configuration

  1. Open .jar file as zip archive and edit app.properties.
  2. Set telegram-bot-token and telegram-chat-id properties
  3. Also you can copy app.properties to %home%/.config/voicyanski.conf. This file will be read first. You don't need to fill in all props because missing props will fallback to app.properties.

Running

Run java -jar Voicyanski-all.jar and drag&drop your music file on the app's window or run java -jar Voicyanski-all.jar <music file>. Supported formats: MP3, AAC, WAV