-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding standard input option #109
Comments
f00b4r0
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 2, 2024
Fixes: TLeconte#109 Replaces: TLeconte#110
f00b4r0
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 3, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#110 as a more generic implementation
f00b4r0
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 3, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 3, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 4, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 11, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 11, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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
added a commit
to f00b4r0/acarsdec
that referenced
this issue
Sep 26, 2024
This partly addresses TLeconte#109 until a proper raw IQ input is added, and replaces TLeconte#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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any chance you can add an option to accept IQ stream from the standard input? This would allow integrating AcarsDec with the OpenWebRX+ online SDR receiver, so that users could receive ACARS traffic straight from web interface.
The text was updated successfully, but these errors were encountered: