diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-01 21:11:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-01 21:11:23 +0200 |
commit | bb089c9f1f08f73cfc3eb97304ab4d6864fa174c (patch) | |
tree | f3b90854a80193c8cd35e805041724beb9a10faf /doc | |
parent | 8ebf45362cc8c2b550753d5f681f885f205b5f9d (diff) | |
download | dabmod-bb089c9f1f08f73cfc3eb97304ab4d6864fa174c.tar.gz dabmod-bb089c9f1f08f73cfc3eb97304ab4d6864fa174c.tar.bz2 dabmod-bb089c9f1f08f73cfc3eb97304ab4d6864fa174c.zip |
Add s16 file output format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 624f29a..4f8115e 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -174,6 +174,8 @@ output=uhd ; ; The format u8 is the same as s8, except that the values are mapped ; between 0 and 255. +; +; Also supported is s16, with system endianness (little endian on x86_64 and ARM) ;format=s8 ; The output file: |