Current command:
data save --help
iSave signal trace from graph window , i.e. the GraphBuffer This is a text file with number -127 to 127. With the option `w` you can save it as wave file Filename should be without file extension usage: data save [-hw] -f <fn w/o ext> options: -h, --help This help -w, --wave save as wave format (.wav) -f, --file <fn w/o ext> save file name examples/notes: data save -f myfilename -> save graph buffer to file data save --wave -f myfilename -> save graph buffer to wave file