Bug 954

Summary: WAV input module should not perform a conversion to float
Product: libsigrok Reporter: Soeren Apel <soeren>
Component: Input: wavAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: minor    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Soeren Apel 2017-05-26 22:15:14 CEST
For legacy reasons, the WAV input module converts all data values to float if they're in integer form. This is no longer necessary, the data format simply needs to be specified in the encoding struct of the analog payload.