Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Conversation

@jketterl
Copy link

This adds a very basic input implementation to be able to stream audio data on STDIN. This addresses #109 and allows the integration of ACARS decoding in OpenWebRX.

f00b4r0 added a commit to f00b4r0/acarsdec that referenced this pull request Sep 26, 2024
This partly addresses TLeconte/acarsdec#109
until a proper raw IQ input is added, and replaces
TLeconte/acarsdec#110 as a more generic
implementation

use '--sndfile <file>' as previously for all containers supported by
libsndfile.
use '--sndfile <file>,subtype=<N>' for raw audio processing with <N>
being a supported subtype value as specified in sndfile.h. Optionally,
'channels=<M>,endian=<end>' can be added to decode <M> channels (default
1 if not specified) using <end> endianness, where <end> is one of 'big',
'little' or 'cpu' (default 'cpu' if not specified).
@f00b4r0 f00b4r0 mentioned this pull request Sep 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant