signal-cli provides a commandline, dbus and JSON-RPC interface
signal-cli is a command line interface for the Signal messenger. It supports registering, verifying, sending and receiving messages. signal-cli uses a patched libsignal-service-java, extracted from the Signal-Android source code. For registering you need a phone number where you can receive SMS or incoming calls. signal-cli is primarily intended to be used on servers to notify admins of important events. For this use-case, it has a daemon mode with D-BUS interface (man page) and JSON-RPC...
Several projects here:
- An audio plugin system, 100% Java based
- A demo command-line audio time stretching tool based on the plugin system
- A fork of tritonus, with:
o Support for floating-point encoding (WAVE, AIFF, AU)
o Support for WAVE files of more than 4 GB using RF64
o Many other small improvements (mostly on the three PCM formats (WAVE, AIFF, AU))
- A JavaSound SPI for opus audio files (reading and writing)