Bug 860 - WAV export currently only supports analog data
Summary: WAV export currently only supports analog data
Status: CONFIRMED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Output: wav (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-23 09:32 CEST by jry
Modified: 2016-10-31 15:38 CET (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jry 2016-10-23 09:32:39 CEST
Following command produces 0-byte output file:

sigrok-cli -d fx2lafw --samples 100 --output-format wav --output-file out
or
sigrok-cli -d asix-sigma --samples 100 --output-format wav --output-file out

Linux Mint 18, latest source code snapshot from sigrok GIT.
Comment 1 Uwe Hermann 2016-10-23 16:09:31 CEST
This is not a bug per se, the WAV output format only supports analg data (not logic/LA data) at the moment. I guess support for logic data could be added as well though, if someone feels inclined to extend the WAV output module.