diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-07 14:47:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-07 14:47:45 +0200 |
commit | 30b6ffb8afae8aee5bfc2f92d704202635bc7f3b (patch) | |
tree | 21828f314743e4ddf72b7fa58100889e5369ef0c /doc | |
parent | bfce4874a0410f8f6521875d7e975f80d05544d4 (diff) | |
download | dabmod-30b6ffb8afae8aee5bfc2f92d704202635bc7f3b.tar.gz dabmod-30b6ffb8afae8aee5bfc2f92d704202635bc7f3b.tar.bz2 dabmod-30b6ffb8afae8aee5bfc2f92d704202635bc7f3b.zip |
Add u8 format to FormatConverter
This is compatible with some tools like welle.io that take
u8 input
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index f8cec36..56adcb2 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -156,6 +156,9 @@ output=uhd ; effectively mapping the gainmode VAR range of -50000 -- 50000 ; to -128 -- 128. For other gainmodes, use the digital_gain setting ; to make sure you don't create clipping. +; +; The format u8 is the same as s8, except that the values are mapped +; between 0 and 255. ;format=s8 ; The output file: |