forked from TLeconte/acarsdec
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soundfile: add support for raw audio input
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).
- Loading branch information
Showing
1 changed file
with
92 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters