CSV to WAV
This is a simple python script that converts a CSV file to a WAV file. Useful for listening to data produced by OpenHantek6022.
Usage
For instance just run python python csv2wav.py -i input.csv -o output.wav -t 0 -v 1.
Options
-ior--input: input CSV file default isrecord.csv-oor--output: output WAV file default isrecord.wav-tor--time-field: time column index in CSV file default is0-vor--value-field: value column index in CSV file default is1
Csv file can be generated by OpenHantek6022 by selecting the “Export CSV” option in the “Export” menu.
