From 30b6ffb8afae8aee5bfc2f92d704202635bc7f3b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 7 May 2017 14:47:45 +0200 Subject: Add u8 format to FormatConverter This is compatible with some tools like welle.io that take u8 input --- doc/example.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3