mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +00:00
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
15 lines
564 B
Plaintext
15 lines
564 B
Plaintext
config BR2_PACKAGE_MINIMODEM
|
|
bool "minimodem"
|
|
select BR2_PACKAGE_FFTW
|
|
select BR2_PACKAGE_FFTW_SINGLE
|
|
select BR2_PACKAGE_LIBSNDFILE if !BR2_PACKAGE_ALSA_LIB_PCM && !BR2_PACKAGE_PULSEAUDIO
|
|
help
|
|
Minimodem is a command-line program which decodes (or
|
|
generates) audio modem tones at any specified baud rate,
|
|
using various framing protocols. It acts a general-purpose
|
|
software FSK modem, and includes support for various
|
|
standard FSK protocols such as Bell103, Bell202, RTTY,
|
|
TTY/TDD NOAA SAME, and Caller-ID.
|
|
|
|
http://www.whence.com/minimodem/
|