Bug 954 - WAV input module should not perform a conversion to float
Summary: WAV input module should not perform a conversion to float
Status: CONFIRMED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Input: wav (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal minor
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-26 22:15 CEST by Soeren Apel
Modified: 2017-05-26 22:15 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.