From 6d04ded9c35f6411fa45813c2787fefbcf77f183 Mon Sep 17 00:00:00 2001 From: rossb Date: Tue, 1 Feb 2011 12:58:26 +0000 Subject: [PATCH] referenced trac tickets #35 and #112 in pa_converters.c todo items --- src/common/pa_converters.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/common/pa_converters.c b/src/common/pa_converters.c index 97e1274..92daf8f 100644 --- a/src/common/pa_converters.c +++ b/src/common/pa_converters.c @@ -45,12 +45,16 @@ @todo Consider whether functions which dither but don't clip should exist, V18 automatically enabled clipping whenever dithering was selected. Perhaps - we should do the same. + we should do the same. + see: "require clipping for dithering sample conversion functions?" + http://www.portaudio.com/trac/ticket/112 @todo implement the converters marked IMPLEMENT ME: Float32_To_UInt8_Dither, Float32_To_UInt8_Clip, Float32_To_UInt8_DitherClip, Int32_To_Int24_Dither, Int32_To_UInt8_Dither, Int24_To_Int16_Dither, Int24_To_Int8_Dither, - Int24_To_UInt8_Dither, Int16_To_Int8_Dither, Int16_To_UInt8_Dither, + Int24_To_UInt8_Dither, Int16_To_Int8_Dither, Int16_To_UInt8_Dither + see: "some conversion functions are not implemented in pa_converters.c" + http://www.portaudio.com/trac/ticket/35 @todo review the converters marked REVIEW: Float32_To_Int32, Float32_To_Int32_Dither, Float32_To_Int32_Clip, Float32_To_Int32_DitherClip, -- 2.43.0