play back binary files from disk.
use IBVArecorder to record these files.
get the ibva instance
sampling rate from the file
open the file and read in the data. this will also set the sampling rate of the ibva instance.
path |
input file |
start playing back data (this will mute and take over input from the serial port)
rate |
playback rate. e.g. 2=double speed |
repeats |
number of times to loop. e.g. inf=infinite |
action |
a Function that will be evaluated when finished playing |
stop playing (and optionally plug back the input from the serial port)
unmutePort |
a Booelan indicating if the serial data should be restored or not |